Html Css Color HEX #AA9E20 Lucky

📋 copy color: '#AA9E20'

red 170 ◦ green 158 ◦ blue 32

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

Shades of Lucky #AA9E20

Tints of Lucky #AA9E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.89%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 47.22%
G = 43.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA9E20 (or 0xAA9E20) is known color: Lucky. HEX triplet: AA, 9E and 20. RGB value is (170,158,32). Sum of RGB (Red+Green+Blue) = 170+158+32=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E20 is #5561DF. Grayscale: #939393. Windows color (decimal): -5595616 or 2137770. OLE color: 2137770.

HSL color Cylindrical-coordinate representation of color #AA9E20: hue angle of 54.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA9E20 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 32 -
CMYK 0 0.07 0.81 0.33
HSL 54.78º 0.68% 0.4% -
HSV(B) 54.78º 0.81% 0.67% -
XYZ 29.07 33.1 6.22 -
YUV 147.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 170 158 32 0 0.07 0.81 0.33 54.78 0.68 0.4
Hex AA 9E 20 0 7 51 21 37 44 28
Octal 252 236 40 0 7 121 41 67 104 50
Binary 10101010 10011110 100000 0 111 1010001 100001 110111 1000100 101000

Color Harmonies of #AA9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E20

Black with #AA9E20

Text Example


Text Example

White with #AA9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E20; }

 p { color: rgb(170,158,32); }

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

background-color css

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

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

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

border-color css

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

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

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