Html Css Color HEX #AA9420 Lucky

📋 copy color: '#AA9420'

red 170 ◦ green 148 ◦ blue 32

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

Shades of Lucky #AA9420

Tints of Lucky #AA9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 48.57%
G = 42.29%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA9420 (or 0xAA9420) is known color: Lucky. HEX triplet: AA, 94 and 20. RGB value is (170,148,32). Sum of RGB (Red+Green+Blue) = 170+148+32=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9420 is #556BDF. Grayscale: #8D8D8D. Windows color (decimal): -5598176 or 2135210. OLE color: 2135210.

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

Color convert

RGB 170 148 32 -
CMYK 0 0.13 0.81 0.33
HSL 50.43º 0.68% 0.4% -
HSV(B) 50.43º 0.81% 0.67% -
XYZ 27.43 29.83 5.68 -
YUV 141.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 170 148 32 0 0.13 0.81 0.33 50.43 0.68 0.4
Hex AA 94 20 0 D 51 21 32 44 28
Octal 252 224 40 0 15 121 41 62 104 50
Binary 10101010 10010100 100000 0 1101 1010001 100001 110010 1000100 101000

Color Harmonies of #AA9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9420

Black with #AA9420

Text Example


Text Example

White with #AA9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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