#A89C18

Color #A89C18 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A89C18

Tints of Lucky #A89C18

Color information

#A89C18 (or 0xA89C18) is unknown color: approx Lucky. HEX triplet: A8, 9C and 18. RGB value is (168,156,24). Sum of RGB (Red+Green+Blue) = 168+156+24=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C18 is #5763E7. Grayscale: #919191. Windows color (decimal): -5727208 or 1612968. OLE color: 1612968.

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

Color convert

RGB16815624-
CMYK00.070.860.34
HSL55º75%37.65%-
HSV(B)55º85.71%65.88%-
XYZ28.232.175.59-
YUV144.5459.98144.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 24 (9.77% from 255) = 6.90%
R=48.28%
G=44.83%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681562400.070.860.34557537.65
HexA89C18075622374b26
Octal2502343007126426711346
Binary101010001001110011000011110101101000101101111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C18; }

 p { color: rgb(168,156,24); }

 H1.HeaderClassName
 {
   color: #A89C18;
 }
 .AnyTagClassName
 {
   color: #A89C18;
 }
</style>
background-color css

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

 a { background-color: rgb(168,156,24); }

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

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

 span { border-color: rgb(168,156,24); }

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