#a89e16

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

Shades of Lucky #A89E16

Tints of Lucky #A89E16

Color information

#A89E16 (or 0xA89E16) is unknown color: approx Lucky. HEX triplet: A8, 9E and 16. RGB value is (168,158,22). Sum of RGB (Red+Green+Blue) = 168+158+22=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89E16 is #5761E9. Grayscale: #929292. Windows color (decimal): -5726698 or 1482408. OLE color: 1482408.

HSL color Cylindrical-coordinate representation of color #A89E16: hue angle of 55.89º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A89E16 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB16815822-
CMYK00.060.870.34
HSL55.89º76.84%37.25%-
HSV(B)55.89º86.9%65.88%-
XYZ28.5232.845.59-
YUV145.4958.31144.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 22 (8.98% from 255) = 6.32%
R=48.28%
G=45.40%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681582200.060.870.3455.8976.8437.25
HexA89E16065722384d25
Octal2502362606127427011545
Binary101010001001111010110011010101111000101110001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89e16; }

 p { color: rgb(168,158,22); }

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

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

 a { background-color: rgb(168,158,22); }

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

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

 span { border-color: rgb(168,158,22); }

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