Html Css Color HEX #AA9811 Lucky

📋 copy color: '#AA9811'

red 170 ◦ green 152 ◦ blue 17

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

Shades of Lucky #AA9811

Tints of Lucky #AA9811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

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

R = 50.15%
G = 44.84%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA9811 (or 0xAA9811) is known color: Lucky. HEX triplet: AA, 98 and 11. RGB value is (170,152,17). Sum of RGB (Red+Green+Blue) = 170+152+17=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9811 is #5567EE. Grayscale: #8E8E8E. Windows color (decimal): -5597167 or 1153194. OLE color: 1153194.

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

Color convert

RGB 170 152 17 -
CMYK 0 0.11 0.9 0.33
HSL 52.94º 0.82% 0.37% -
HSV(B) 52.94º 0.9% 0.67% -
XYZ 27.91 31.04 5.05 -
YUV 141.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 170 152 17 0 0.11 0.9 0.33 52.94 0.82 0.37
Hex AA 98 11 0 B 5A 21 35 52 25
Octal 252 230 21 0 13 132 41 65 122 45
Binary 10101010 10011000 10001 0 1011 1011010 100001 110101 1010010 100101

Color Harmonies of #AA9811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9811

Black with #AA9811

Text Example


Text Example

White with #AA9811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9811; }

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

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

background-color css

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

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

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

border-color css

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

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

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