Html Css Color HEX #AA9024 Lucky

📋 copy color: '#AA9024'

red 170 ◦ green 144 ◦ blue 36

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

Shades of Lucky #AA9024

Tints of Lucky #AA9024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 36 (14.45% from 255) = 10.29%

R = 48.57%
G = 41.14%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA9024 (or 0xAA9024) is known color: Lucky. HEX triplet: AA, 90 and 24. RGB value is (170,144,36). Sum of RGB (Red+Green+Blue) = 170+144+36=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9024 is #556FDB. Grayscale: #8B8B8B. Windows color (decimal): -5599196 or 2396330. OLE color: 2396330.

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

Color convert

RGB 170 144 36 -
CMYK 0 0.15 0.79 0.33
HSL 48.36º 0.65% 0.4% -
HSV(B) 48.36º 0.79% 0.67% -
XYZ 26.87 28.62 5.78 -
YUV 139.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 170 144 36 0 0.15 0.79 0.33 48.36 0.65 0.4
Hex AA 90 24 0 F 4F 21 30 41 28
Octal 252 220 44 0 17 117 41 60 101 50
Binary 10101010 10010000 100100 0 1111 1001111 100001 110000 1000001 101000

Color Harmonies of #AA9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9024

Black with #AA9024

Text Example


Text Example

White with #AA9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9024; }

 p { color: rgb(170,144,36); }

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

background-color css

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

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

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

border-color css

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

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

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