Html Css Color HEX #AAA806 Citrus

📋 copy color: '#AAA806'

red 170 ◦ green 168 ◦ blue 6

#AAA806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #AAA806

Tints of Citrus #AAA806

RGB

 RED value IS 170 (66.8% from 255) = 49.42%

 GREEN value IS 168 (66.02% from 255) = 48.84%

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 49.42%
G = 48.84%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAA806 (or 0xAAA806) is known color: Citrus. HEX triplet: AA, A8 and 06. RGB value is (170,168,6). Sum of RGB (Red+Green+Blue) = 170+168+6=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA806 is #5557F9. Grayscale: #969696. Windows color (decimal): -5593082 or 436394. OLE color: 436394.

HSL color Cylindrical-coordinate representation of color #AAA806: hue angle of 59.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAA806 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 6 -
CMYK 0 0.01 0.96 0.33
HSL 59.27º 0.93% 0.35% -
HSV(B) 59.27º 0.96% 0.67% -
XYZ 30.61 36.56 5.62 -
YUV 150.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 170 168 6 0 0.01 0.96 0.33 59.27 0.93 0.35
Hex AA A8 6 0 1 60 21 3B 5D 23
Octal 252 250 6 0 1 140 41 73 135 43
Binary 10101010 10101000 110 0 1 1100000 100001 111011 1011101 100011

Color Harmonies of #AAA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA806

Black with #AAA806

Text Example


Text Example

White with #AAA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA806; }

 p { color: rgb(170,168,6); }

 H1.HeaderClassName
 {
   color: #AAA806;
 }
 .AnyTagClassName
 {
   color: #AAA806;
 }
</style>

background-color css

<style>
 a { background-color: #AAA806; }

 a { background-color: rgb(170,168,6); }

 div.DivClassName
 {
   background-color: #AAA806;
 }
 .BgClassName
 {
   background-color: #AAA806;
 }
</style>

border-color css

<style>
 span { border-color: #AAA806; }

 span { border-color: rgb(170,168,6); }

 td.TdClassName
 {
   border-color: #AAA806;
 }
 .TagClassName
 {
   border-color: #AAA806;
 }
</style>