Html Css Color HEX #AAA606 Citrus

📋 copy color: '#AAA606'

red 170 ◦ green 166 ◦ blue 6

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

Shades of Citrus #AAA606

Tints of Citrus #AAA606

RGB

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

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

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

R = 49.71%
G = 48.54%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AAA606 (or 0xAAA606) is known color: Citrus. HEX triplet: AA, A6 and 06. RGB value is (170,166,6). Sum of RGB (Red+Green+Blue) = 170+166+6=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA606 is #5559F9. Grayscale: #959595. Windows color (decimal): -5593594 or 435882. OLE color: 435882.

HSL color Cylindrical-coordinate representation of color #AAA606: hue angle of 58.54º 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 #AAA606 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 6 -
CMYK 0 0.02 0.96 0.33
HSL 58.54º 0.93% 0.35% -
HSV(B) 58.54º 0.96% 0.67% -
XYZ 30.25 35.83 5.49 -
YUV 148.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 170 166 6 0 0.02 0.96 0.33 58.54 0.93 0.35
Hex AA A6 6 0 2 60 21 3B 5D 23
Octal 252 246 6 0 2 140 41 73 135 43
Binary 10101010 10100110 110 0 10 1100000 100001 111011 1011101 100011

Color Harmonies of #AAA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA606

Black with #AAA606

Text Example


Text Example

White with #AAA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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