Html Css Color HEX #AA9018 Lucky

📋 copy color: '#AA9018'

red 170 ◦ green 144 ◦ blue 24

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

Shades of Lucky #AA9018

Tints of Lucky #AA9018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 50.3%
G = 42.6%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA9018 (or 0xAA9018) is known color: Lucky. HEX triplet: AA, 90 and 18. RGB value is (170,144,24). Sum of RGB (Red+Green+Blue) = 170+144+24=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9018 is #556FE7. Grayscale: #8A8A8A. Windows color (decimal): -5599208 or 1609898. OLE color: 1609898.

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

Color convert

RGB 170 144 24 -
CMYK 0 0.15 0.86 0.33
HSL 49.32º 0.75% 0.38% -
HSV(B) 49.32º 0.86% 0.67% -
XYZ 26.72 28.56 4.97 -
YUV 138.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 170 144 24 0 0.15 0.86 0.33 49.32 0.75 0.38
Hex AA 90 18 0 F 56 21 31 4B 26
Octal 252 220 30 0 17 126 41 61 113 46
Binary 10101010 10010000 11000 0 1111 1010110 100001 110001 1001011 100110

Color Harmonies of #AA9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9018

Black with #AA9018

Text Example


Text Example

White with #AA9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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