Html Css Color HEX #AAA608 Citrus

📋 copy color: '#AAA608'

red 170 ◦ green 166 ◦ blue 8

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

Shades of Citrus #AAA608

Tints of Citrus #AAA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.26%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 49.42%
G = 48.26%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AAA608 (or 0xAAA608) is known color: Citrus. HEX triplet: AA, A6 and 08. RGB value is (170,166,8). Sum of RGB (Red+Green+Blue) = 170+166+8=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA608 is #5559F7. Grayscale: #959595. Windows color (decimal): -5593592 or 566954. OLE color: 566954.

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

Color convert

RGB 170 166 8 -
CMYK 0 0.02 0.95 0.33
HSL 58.52º 0.91% 0.35% -
HSV(B) 58.52º 0.95% 0.67% -
XYZ 30.26 35.84 5.55 -
YUV 149.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 170 166 8 0 0.02 0.95 0.33 58.52 0.91 0.35
Hex AA A6 8 0 2 5F 21 3B 5B 23
Octal 252 246 10 0 2 137 41 73 133 43
Binary 10101010 10100110 1000 0 10 1011111 100001 111011 1011011 100011

Color Harmonies of #AAA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA608

Black with #AAA608

Text Example


Text Example

White with #AAA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA608; }

 p { color: rgb(170,166,8); }

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

background-color css

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

 a { background-color: rgb(170,166,8); }

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

border-color css

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

 span { border-color: rgb(170,166,8); }

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