#A89D0A

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

Shades of Lucky #A89D0A

Tints of Lucky #A89D0A

Color information

#A89D0A (or 0xA89D0A) is unknown color: approx Lucky. HEX triplet: A8, 9D and 0A. RGB value is (168,157,10). Sum of RGB (Red+Green+Blue) = 168+157+10=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89D0A is #5762F5. Grayscale: #909090. Windows color (decimal): -5726966 or 695720. OLE color: 695720.

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

Color convert

RGB16815710-
CMYK00.070.940.34
HSL55.82º88.76%34.9%-
HSV(B)55.82º94.05%65.88%-
XYZ28.2632.465.06-
YUV143.5352.64145.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=50.15%
G=46.87%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681571000.070.940.3455.8288.7634.9
HexA89DA075E22385923
Octal2502351207136427013143
Binary10101000100111011010011110111101000101110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89D0A; }

 p { color: rgb(168,157,10); }

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

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

 a { background-color: rgb(168,157,10); }

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

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

 span { border-color: rgb(168,157,10); }

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