#A5952B

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

Shades of Lucky #A5952B

Tints of Lucky #A5952B

Color information

#A5952B (or 0xA5952B) is unknown color: approx Lucky. HEX triplet: A5, 95 and 2B. RGB value is (165,149,43). Sum of RGB (Red+Green+Blue) = 165+149+43=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5952B is #5A6AD4. Grayscale: #8E8E8E. Windows color (decimal): -5925589 or 2856357. OLE color: 2856357.

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

Color convert

RGB16514943-
CMYK00.100.740.35
HSL52.13º58.65%40.78%-
HSV(B)52.13º73.94%64.71%-
XYZ26.729.676.6-
YUV141.772.3144.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=46.22%
G=41.74%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651494300.100.740.3552.1358.6540.78
HexA5952B0A4A23343b29
Octal2452255301211243647351
Binary1010010110010101101011010101001010100011110100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5952B; }

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

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

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

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

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

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

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

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