#A59C26

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

Shades of Lucky #A59C26

Tints of Lucky #A59C26

Color information

#A59C26 (or 0xA59C26) is unknown color: approx Lucky. HEX triplet: A5, 9C and 26. RGB value is (165,156,38). Sum of RGB (Red+Green+Blue) = 165+156+38=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C26 is #5A63D9. Grayscale: #919191. Windows color (decimal): -5923802 or 2530469. OLE color: 2530469.

HSL color Cylindrical-coordinate representation of color #A59C26: hue angle of 55.75º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A59C26 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16515638-
CMYK00.050.770.35
HSL55.75º62.56%39.8%-
HSV(B)55.75º76.97%64.71%-
XYZ27.7631.926.53-
YUV145.2467.48142.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=45.96%
G=43.45%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651563800.050.770.3555.7562.5639.8
HexA59C26054D23383f28
Octal245234460511543707750
Binary101001011001110010011001011001101100011111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C26; }

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

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

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

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

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

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

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

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