#A59626

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

Shades of Lucky #A59626

Tints of Lucky #A59626

Color information

#A59626 (or 0xA59626) is unknown color: approx Lucky. HEX triplet: A5, 96 and 26. RGB value is (165,150,38). Sum of RGB (Red+Green+Blue) = 165+150+38=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A59626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59626 is #5A69D9. Grayscale: #8E8E8E. Windows color (decimal): -5925338 or 2528933. OLE color: 2528933.

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

Color convert

RGB16515038-
CMYK00.090.770.35
HSL52.91º62.56%39.8%-
HSV(B)52.91º76.97%64.71%-
XYZ26.7729.956.2-
YUV141.7269.47144.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 38 (15.23% from 255) = 10.76%
R=46.74%
G=42.49%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651503800.090.770.3552.9162.5639.8
HexA59626094D23353f28
Octal2452264601111543657750
Binary1010010110010110100110010011001101100011110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59626; }

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

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

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

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

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

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

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

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