Html Css Color HEX #AA9A20 Lucky

📋 copy color: '#AA9A20'

red 170 ◦ green 154 ◦ blue 32

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

Shades of Lucky #AA9A20

Tints of Lucky #AA9A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.26%

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

R = 47.75%
G = 43.26%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA9A20 (or 0xAA9A20) is known color: Lucky. HEX triplet: AA, 9A and 20. RGB value is (170,154,32). Sum of RGB (Red+Green+Blue) = 170+154+32=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A20 is #5565DF. Grayscale: #919191. Windows color (decimal): -5596640 or 2136746. OLE color: 2136746.

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

Color convert

RGB 170 154 32 -
CMYK 0 0.09 0.81 0.33
HSL 53.04º 0.68% 0.4% -
HSV(B) 53.04º 0.81% 0.67% -
XYZ 28.39 31.76 6 -
YUV 144.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 170 154 32 0 0.09 0.81 0.33 53.04 0.68 0.4
Hex AA 9A 20 0 9 51 21 35 44 28
Octal 252 232 40 0 11 121 41 65 104 50
Binary 10101010 10011010 100000 0 1001 1010001 100001 110101 1000100 101000

Color Harmonies of #AA9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A20

Black with #AA9A20

Text Example


Text Example

White with #AA9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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