COLOR #A3AE08

HEX: #A3AE08
RGB: (163,174,8)

Color info

#A3AE08 contains mainly red and green colors. Web safe color of #A3AE08 is #999900 (or #990).

RGB color model

#A3AE08 color RGB value is (163,174,8).

  • red value is 163;
  • green value is 174;
  • blue value is 8.
RGB:
(163,174,8)
(64%,68%,3%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 8 of 255 = 3%

163
174
8

R + G + B ~ 45%. #A3AE08 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 8 = 345 (100%)
R 163 of 345 ~ 47.25%
G 174 of 345 ~ 50.43%
B 8 of 345 ~ 2.32%

%47.25
%50.43

CMYK color model

#A3AE08 color CMYK value is (6,0,95,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 95.40%
  • key color value is 31.76%
CMYK:
(6,0,95,32)
C6M0Y95K32 
(6%,0%,95%,32%)
(0.06/0.00/0.95/0.32)	

CMYK percentages

%6.32
%0
%95.4
%31.76

Codes

Color #A3AE08 in popluar color models

A3AE08
RGB1631748
HSL64°91.21%35.69%
HSB/HSV64°95.40%68.24%
CMYK6.32%0.00%95.40%
31.76%

Color #A3AE08 in popluar number systems.

HEXA3AE08
Decimal1631748
Binary10100011101011101000
Octal24325610

Shades and tints

Shades of #A3AE08

#A3AE08
(163,174,8)
#959F08
(149,159,8)
#879008
(135,144,8)
#798108
(121,129,8)
#6B7208
(107,114,8)
#5D6308
(93,99,8)
#4F5408
(79,84,8)
#414508
(65,69,8)
#333608
(51,54,8)
#252708
(37,39,8)
#171808
(23,24,8)
#000000
(0,0,0)

Tints of #A3AE08

#A3AE08
(163,174,8)
#ABB51E
(171,181,30)
#B3BC34
(179,188,52)
#BBC34A
(187,195,74)
#C3CA60
(195,202,96)
#CBD176
(203,209,118)
#D3D88C
(211,216,140)
#DBDFA2
(219,223,162)
#E3E6B8
(227,230,184)
#EBEDCE
(235,237,206)
#F3F4E4
(243,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AE08 color. Also use rgb(163,174,8) instead hex code.

Text Font Color

.myTextColor { color: #A3AE08; }

<p style="color:#A3AE08">This sample text font color is #A3AE08.</p>

This text font color is #A3AE08.


Background Color

.myBgColor { background-color: #A3AE08; }

<div style="background-color:#A3AE08">Inner text</div>

This div background color is #A3AE08.


Border color

.myBorderColor { border: 1px solid #A3AE08; }

<div style="border:3px solid #A3AE08">Div</div>

This div border color is #A3AE08.


Opacity

.myOpacity80 { color: #A3AE08; opacity: 0.8; }

<p style="color:#A3AE08;opacity:0.8;">80%</p>

Text with #A3AE08 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3AE08;}

<p style="text-shadow: 3px 3px 1px #A3AE08">Text here.</p>

This text has shadow with #A3AE08 color.

.textShadow {text-shadow: 3px 3px 1px #A3AE08, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3AE08, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3AE08 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3AE08, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3AE08, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3AE08 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A3AE08;
  -webkit-box-shadow:	1px 1px 3px 2px #A3AE08;
  box-shadow:		1px 1px 3px 2px #A3AE08;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3AE08;
-webkit-box-shadow: 1px 1px 3px 2px #A3AE08;
box-shadow:1px 1px 3px 2px #A3AE08;">
Div content here</div>
This div box has shadow with color #A3AE08.

Preview

Color preview on black background

This text has color #A3AE08 on black background.


Color preview on white background

This text has color #A3AE08 on white background.



Black color preview on #A3AE08 background

This text has black color on #A3AE08 background.


White color preview on #A3AE08 background

This text has white color on #A3AE08 background.