#A59A2B

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

Shades of Lucky #A59A2B

Tints of Lucky #A59A2B

Color information

#A59A2B (or 0xA59A2B) is unknown color: approx Lucky. HEX triplet: A5, 9A and 2B. RGB value is (165,154,43). Sum of RGB (Red+Green+Blue) = 165+154+43=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A2B is #5A65D4. Grayscale: #919191. Windows color (decimal): -5924309 or 2857637. OLE color: 2857637.

HSL color Cylindrical-coordinate representation of color #A59A2B: hue angle of 54.59º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A59A2B is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16515443-
CMYK00.070.740.35
HSL54.59º58.65%40.78%-
HSV(B)54.59º73.94%64.71%-
XYZ27.5131.286.87-
YUV144.6470.64142.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=45.58%
G=42.54%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651544300.070.740.3554.5958.6540.78
HexA59A2B074A23373b29
Octal245232530711243677351
Binary101001011001101010101101111001010100011110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A2B; }

 p { color: rgb(165,154,43); }

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

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

 a { background-color: rgb(165,154,43); }

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

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

 span { border-color: rgb(165,154,43); }

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