Html Css Color HEX #AAAA06 Citrus

📋 copy color: '#AAAA06'

red 170 ◦ green 170 ◦ blue 6

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

Shades of Citrus #AAAA06

Tints of Citrus #AAAA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

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

R = 49.13%
G = 49.13%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AAAA06 (or 0xAAAA06) is known color: Citrus. HEX triplet: AA, AA and 06. RGB value is (170,170,6). Sum of RGB (Red+Green+Blue) = 170+170+6=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA06 is #5555F9. Grayscale: #979797. Windows color (decimal): -5592570 or 436906. OLE color: 436906.

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

Color convert

RGB 170 170 6 -
CMYK 0 0 0.96 0.33
HSL 60º 0.93% 0.35% -
HSV(B) 60º 0.96% 0.67% -
XYZ 30.99 37.31 5.74 -
YUV 151.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 170 170 6 0 0 0.96 0.33 60 0.93 0.35
Hex AA AA 6 0 0 60 21 3C 5D 23
Octal 252 252 6 0 0 140 41 74 135 43
Binary 10101010 10101010 110 0 0 1100000 100001 111100 1011101 100011

Color Harmonies of #AAAA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA06

Black with #AAAA06

Text Example


Text Example

White with #AAAA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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