Html Css Color HEX #AAAB06 Citrus

📋 copy color: '#AAAB06'

red 170 ◦ green 171 ◦ blue 6

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

Shades of Citrus #AAAB06

Tints of Citrus #AAAB06

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.28%

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

R = 48.99%
G = 49.28%
B = 1.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AAAB06 (or 0xAAAB06) is known color: Citrus. HEX triplet: AA, AB and 06. RGB value is (170,171,6). Sum of RGB (Red+Green+Blue) = 170+171+6=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB06 is #5554F9. Grayscale: #989898. Windows color (decimal): -5592314 or 437162. OLE color: 437162.

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

Color convert

RGB 170 171 6 -
CMYK 0.01 0 0.96 0.33
HSL 60.36º 0.93% 0.35% -
HSV(B) 60.36º 0.96% 0.67% -
XYZ 31.17 37.69 5.8 -
YUV 151.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 170 171 6 0.01 0 0.96 0.33 60.36 0.93 0.35
Hex AA AB 6 1 0 60 21 3C 5D 23
Octal 252 253 6 1 0 140 41 74 135 43
Binary 10101010 10101011 110 1 0 1100000 100001 111100 1011101 100011

Color Harmonies of #AAAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB06

Black with #AAAB06

Text Example


Text Example

White with #AAAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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