#A59522

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

Shades of Lucky #A59522

Tints of Lucky #A59522

Color information

#A59522 (or 0xA59522) is unknown color: approx Lucky. HEX triplet: A5, 95 and 22. RGB value is (165,149,34). Sum of RGB (Red+Green+Blue) = 165+149+34=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A59522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59522 is #5A6ADD. Grayscale: #8D8D8D. Windows color (decimal): -5925598 or 2266533. OLE color: 2266533.

HSL color Cylindrical-coordinate representation of color #A59522: hue angle of 52.67º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A59522 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB16514934-
CMYK00.100.790.35
HSL52.67º65.83%39.02%-
HSV(B)52.67º79.39%64.71%-
XYZ26.5529.615.83-
YUV140.6767.8145.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=47.41%
G=42.82%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651493400.100.790.3552.6765.8339.02
HexA595220A4F23354227
Octal24522542012117436510247
Binary10100101100101011000100101010011111000111101011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59522; }

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

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

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

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

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

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

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

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