#A59F30

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

Shades of Lucky #A59F30

Tints of Lucky #A59F30

Color information

#A59F30 (or 0xA59F30) is unknown color: approx Lucky. HEX triplet: A5, 9F and 30. RGB value is (165,159,48). Sum of RGB (Red+Green+Blue) = 165+159+48=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F30 is #5A60CF. Grayscale: #949494. Windows color (decimal): -5923024 or 3186597. OLE color: 3186597.

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

Color convert

RGB16515948-
CMYK00.040.710.35
HSL56.92º54.93%41.76%-
HSV(B)56.92º70.91%64.71%-
XYZ28.4533.017.67-
YUV148.1471.49140.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 159 (62.5% from 255) = 42.74%
BLUE value IS 48 (19.14% from 255) = 12.90%
R=44.35%
G=42.74%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651594800.040.710.3556.9254.9341.76
HexA59F3004472339372a
Octal245237600410743716752
Binary101001011001111111000001001000111100011111001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F30; }

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

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

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

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

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

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

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

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