Html Css Color HEX #AAAB11 Citrus

📋 copy color: '#AAAB11'

red 170 ◦ green 171 ◦ blue 17

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

Shades of Citrus #AAAB11

Tints of Citrus #AAAB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 47.49%
G = 47.77%
B = 4.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AAAB11 (or 0xAAAB11) is known color: Citrus. HEX triplet: AA, AB and 11. RGB value is (170,171,17). Sum of RGB (Red+Green+Blue) = 170+171+17=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB11 is #5554EE. Grayscale: #999999. Windows color (decimal): -5592303 or 1158058. OLE color: 1158058.

HSL color Cylindrical-coordinate representation of color #AAAB11: hue angle of 60.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAAB11 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 17 -
CMYK 0.01 0 0.90 0.33
HSL 60.39º 0.82% 0.37% -
HSV(B) 60.39º 0.9% 0.67% -
XYZ 31.24 37.71 6.16 -
YUV 153.15 51.17 140.02 -
System Red Green Blue C M Y K H S L
Decimal 170 171 17 0.01 0 0.90 0.33 60.39 0.82 0.37
Hex AA AB 11 1 0 5A 21 3C 52 25
Octal 252 253 21 1 0 132 41 74 122 45
Binary 10101010 10101011 10001 1 0 1011010 100001 111100 1010010 100101

Color Harmonies of #AAAB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB11

Black with #AAAB11

Text Example


Text Example

White with #AAAB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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