#A59F00

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

Shades of Lucky #A59F00

Tints of Lucky #A59F00

Color information

#A59F00 (or 0xA59F00) is unknown color: approx Lucky. HEX triplet: A5, 9F and 00. RGB value is (165,159,0). Sum of RGB (Red+Green+Blue) = 165+159+0=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59F00 is #5A60FF. Grayscale: #8F8F8F. Windows color (decimal): -5923072 or 40869. OLE color: 40869.

HSL color Cylindrical-coordinate representation of color #A59F00: hue angle of 57.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A59F00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1651590-
CMYK00.0410.35
HSL57.82º100%32.35%-
HSV(B)57.82º100%64.71%-
XYZ27.9232.84.86-
YUV142.6747.49143.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.93%
G=49.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165159000.0410.3557.8210032.35
HexA59F00464233a6420
Octal245237004144437214440
Binary10100101100111110010011001001000111110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F00; }

 p { color: rgb(165,159,0); }

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

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

 a { background-color: rgb(165,159,0); }

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

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

 span { border-color: rgb(165,159,0); }

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