Html Css Color HEX #AA8D18 Lucky

📋 copy color: '#AA8D18'

red 170 ◦ green 141 ◦ blue 24

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

Shades of Lucky #AA8D18

Tints of Lucky #AA8D18

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

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

R = 50.75%
G = 42.09%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA8D18 (or 0xAA8D18) is known color: Lucky. HEX triplet: AA, 8D and 18. RGB value is (170,141,24). Sum of RGB (Red+Green+Blue) = 170+141+24=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D18 is #5572E7. Grayscale: #888888. Windows color (decimal): -5599976 or 1609130. OLE color: 1609130.

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

Color convert

RGB 170 141 24 -
CMYK 0 0.17 0.86 0.33
HSL 48.08º 0.75% 0.38% -
HSV(B) 48.08º 0.86% 0.67% -
XYZ 26.27 27.66 4.82 -
YUV 136.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 170 141 24 0 0.17 0.86 0.33 48.08 0.75 0.38
Hex AA 8D 18 0 11 56 21 30 4B 26
Octal 252 215 30 0 21 126 41 60 113 46
Binary 10101010 10001101 11000 0 10001 1010110 100001 110000 1001011 100110

Color Harmonies of #AA8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D18

Black with #AA8D18

Text Example


Text Example

White with #AA8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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