#A59B26

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

Shades of Lucky #A59B26

Tints of Lucky #A59B26

Color information

#A59B26 (or 0xA59B26) is unknown color: approx Lucky. HEX triplet: A5, 9B and 26. RGB value is (165,155,38). Sum of RGB (Red+Green+Blue) = 165+155+38=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B26 is #5A64D9. Grayscale: #919191. Windows color (decimal): -5924058 or 2530213. OLE color: 2530213.

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

Color convert

RGB16515538-
CMYK00.060.770.35
HSL55.28º62.56%39.8%-
HSV(B)55.28º76.97%64.71%-
XYZ27.5931.586.48-
YUV144.6567.81142.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 38 (15.23% from 255) = 10.61%
R=46.09%
G=43.30%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651553800.060.770.3555.2862.5639.8
HexA59B26064D23373f28
Octal245233460611543677750
Binary101001011001101110011001101001101100011110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B26; }

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

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

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

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

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

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

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

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