Html Css Color HEX #AAA024 Lucky

📋 copy color: '#AAA024'

red 170 ◦ green 160 ◦ blue 36

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

Shades of Lucky #AAA024

Tints of Lucky #AAA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

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

R = 46.45%
G = 43.72%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AAA024 (or 0xAAA024) is known color: Lucky. HEX triplet: AA, A0 and 24. RGB value is (170,160,36). Sum of RGB (Red+Green+Blue) = 170+160+36=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA024 is #555FDB. Grayscale: #959595. Windows color (decimal): -5595100 or 2400426. OLE color: 2400426.

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

Color convert

RGB 170 160 36 -
CMYK 0 0.06 0.79 0.33
HSL 55.52º 0.65% 0.4% -
HSV(B) 55.52º 0.79% 0.67% -
XYZ 29.47 33.82 6.64 -
YUV 148.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 170 160 36 0 0.06 0.79 0.33 55.52 0.65 0.4
Hex AA A0 24 0 6 4F 21 38 41 28
Octal 252 240 44 0 6 117 41 70 101 50
Binary 10101010 10100000 100100 0 110 1001111 100001 111000 1000001 101000

Color Harmonies of #AAA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA024

Black with #AAA024

Text Example


Text Example

White with #AAA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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