#A89F0C

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

Shades of Lucky #A89F0C

Tints of Lucky #A89F0C

Color information

#A89F0C (or 0xA89F0C) is unknown color: approx Lucky. HEX triplet: A8, 9F and 0C. RGB value is (168,159,12). Sum of RGB (Red+Green+Blue) = 168+159+12=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89F0C is #5760F3. Grayscale: #919191. Windows color (decimal): -5726452 or 827304. OLE color: 827304.

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

Color convert

RGB16815912-
CMYK00.050.930.34
HSL56.54º86.67%35.29%-
HSV(B)56.54º92.86%65.88%-
XYZ28.6133.155.24-
YUV144.9352.98144.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 12 (5.08% from 255) = 3.54%
R=49.56%
G=46.90%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681591200.050.930.3456.5486.6735.29
HexA89FC055D22395723
Octal2502371405135427112743
Binary10101000100111111100010110111011000101110011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F0C; }

 p { color: rgb(168,159,12); }

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

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

 a { background-color: rgb(168,159,12); }

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

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

 span { border-color: rgb(168,159,12); }

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