#A59C30

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

Shades of Lucky #A59C30

Tints of Lucky #A59C30

Color information

#A59C30 (or 0xA59C30) is unknown color: approx Lucky. HEX triplet: A5, 9C and 30. RGB value is (165,156,48). Sum of RGB (Red+Green+Blue) = 165+156+48=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C30 is #5A63CF. Grayscale: #929292. Windows color (decimal): -5923792 or 3185829. OLE color: 3185829.

HSL color Cylindrical-coordinate representation of color #A59C30: hue angle of 55.38º 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 #A59C30 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16515648-
CMYK00.050.710.35
HSL55.38º54.93%41.76%-
HSV(B)55.38º70.91%64.71%-
XYZ27.9431.997.5-
YUV146.3872.48141.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=44.72%
G=42.28%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651564800.050.710.3555.3854.9341.76
HexA59C3005472337372a
Octal245234600510743676752
Binary101001011001110011000001011000111100011110111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C30; }

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

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

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

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

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

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

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

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