Html Css Color HEX #AAAA11 Citrus

📋 copy color: '#AAAA11'

red 170 ◦ green 170 ◦ blue 17

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

Shades of Citrus #AAAA11

Tints of Citrus #AAAA11

RGB

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

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

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

R = 47.62%
G = 47.62%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AAAA11 (or 0xAAAA11) is known color: Citrus. HEX triplet: AA, AA and 11. RGB value is (170,170,17). Sum of RGB (Red+Green+Blue) = 170+170+17=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA11 is #5555EE. Grayscale: #999999. Windows color (decimal): -5592559 or 1157802. OLE color: 1157802.

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

Color convert

RGB 170 170 17 -
CMYK 0 0 0.9 0.33
HSL 60º 0.82% 0.37% -
HSV(B) 60º 0.9% 0.67% -
XYZ 31.05 37.34 6.1 -
YUV 152.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 170 170 17 0 0 0.9 0.33 60 0.82 0.37
Hex AA AA 11 0 0 5A 21 3C 52 25
Octal 252 252 21 0 0 132 41 74 122 45
Binary 10101010 10101010 10001 0 0 1011010 100001 111100 1010010 100101

Color Harmonies of #AAAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA11

Black with #AAAA11

Text Example


Text Example

White with #AAAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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