#A89F07

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

Shades of Lucky #A89F07

Tints of Lucky #A89F07

Color information

#A89F07 (or 0xA89F07) is unknown color: approx Lucky. HEX triplet: A8, 9F and 07. RGB value is (168,159,7). Sum of RGB (Red+Green+Blue) = 168+159+7=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89F07 is #5760F8. Grayscale: #909090. Windows color (decimal): -5726457 or 499624. OLE color: 499624.

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

Color convert

RGB1681597-
CMYK00.050.960.34
HSL56.65º92%34.31%-
HSV(B)56.65º95.83%65.88%-
XYZ28.5833.145.09-
YUV144.3650.48144.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 7 (3.12% from 255) = 2.10%
R=50.30%
G=47.60%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168159700.050.960.3456.659234.31
HexA89F7056022395c22
Octal250237705140427113442
Binary1010100010011111111010111000001000101110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F07; }

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

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

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

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

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

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

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

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