#A59513

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

Shades of Lucky #A59513

Tints of Lucky #A59513

Color information

#A59513 (or 0xA59513) is unknown color: approx Lucky. HEX triplet: A5, 95 and 13. RGB value is (165,149,19). Sum of RGB (Red+Green+Blue) = 165+149+19=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A59513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59513 is #5A6AEC. Grayscale: #8B8B8B. Windows color (decimal): -5925613 or 1283493. OLE color: 1283493.

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

Color convert

RGB16514919-
CMYK00.100.880.35
HSL53.42º79.35%36.08%-
HSV(B)53.42º88.48%64.71%-
XYZ26.3829.544.93-
YUV138.9660.3146.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=49.55%
G=44.74%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651491900.100.880.3553.4279.3536.08
HexA595130A5823354f24
Octal24522523012130436511744
Binary1010010110010101100110101010110001000111101011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59513; }

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

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

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

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

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

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

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

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