#A59316

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

Shades of Lucky #A59316

Tints of Lucky #A59316

Color information

#A59316 (or 0xA59316) is unknown color: approx Lucky. HEX triplet: A5, 93 and 16. RGB value is (165,147,22). Sum of RGB (Red+Green+Blue) = 165+147+22=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A59316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59316 is #5A6CE9. Grayscale: #8A8A8A. Windows color (decimal): -5926122 or 1479589. OLE color: 1479589.

HSL color Cylindrical-coordinate representation of color #A59316: hue angle of 52.45º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A59316 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16514722-
CMYK00.110.870.35
HSL52.45º76.47%36.67%-
HSV(B)52.45º86.67%64.71%-
XYZ26.128.924.97-
YUV138.1362.46147.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=49.40%
G=44.01%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651472200.110.870.3552.4576.4736.67
HexA593160B5723344c25
Octal24522326013127436411445
Binary1010010110010011101100101110101111000111101001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59316; }

 p { color: rgb(165,147,22); }

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

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

 a { background-color: rgb(165,147,22); }

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

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

 span { border-color: rgb(165,147,22); }

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