Html Css Color HEX #AA9F18 Lucky

📋 copy color: '#AA9F18'

red 170 ◦ green 159 ◦ blue 24

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

Shades of Lucky #AA9F18

Tints of Lucky #AA9F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

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

R = 48.16%
G = 45.04%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA9F18 (or 0xAA9F18) is known color: Lucky. HEX triplet: AA, 9F and 18. RGB value is (170,159,24). Sum of RGB (Red+Green+Blue) = 170+159+24=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F18 is #5560E7. Grayscale: #939393. Windows color (decimal): -5595368 or 1613738. OLE color: 1613738.

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

Color convert

RGB 170 159 24 -
CMYK 0 0.06 0.86 0.33
HSL 55.48º 0.75% 0.38% -
HSV(B) 55.48º 0.86% 0.67% -
XYZ 29.14 33.41 5.78 -
YUV 146.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 170 159 24 0 0.06 0.86 0.33 55.48 0.75 0.38
Hex AA 9F 18 0 6 56 21 37 4B 26
Octal 252 237 30 0 6 126 41 67 113 46
Binary 10101010 10011111 11000 0 110 1010110 100001 110111 1001011 100110

Color Harmonies of #AA9F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F18

Black with #AA9F18

Text Example


Text Example

White with #AA9F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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