Html Css Color HEX #AA9918 Lucky

📋 copy color: '#AA9918'

red 170 ◦ green 153 ◦ blue 24

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

Shades of Lucky #AA9918

Tints of Lucky #AA9918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 48.99%
G = 44.09%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA9918 (or 0xAA9918) is known color: Lucky. HEX triplet: AA, 99 and 18. RGB value is (170,153,24). Sum of RGB (Red+Green+Blue) = 170+153+24=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9918 is #5566E7. Grayscale: #8F8F8F. Windows color (decimal): -5596904 or 1612202. OLE color: 1612202.

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

Color convert

RGB 170 153 24 -
CMYK 0 0.1 0.86 0.33
HSL 53.01º 0.75% 0.38% -
HSV(B) 53.01º 0.86% 0.67% -
XYZ 28.13 31.39 5.44 -
YUV 143.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 170 153 24 0 0.1 0.86 0.33 53.01 0.75 0.38
Hex AA 99 18 0 A 56 21 35 4B 26
Octal 252 231 30 0 12 126 41 65 113 46
Binary 10101010 10011001 11000 0 1010 1010110 100001 110101 1001011 100110

Color Harmonies of #AA9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9918

Black with #AA9918

Text Example


Text Example

White with #AA9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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