#A59510

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

Shades of Lucky #A59510

Tints of Lucky #A59510

Color information

#A59510 (or 0xA59510) is unknown color: approx Lucky. HEX triplet: A5, 95 and 10. RGB value is (165,149,16). Sum of RGB (Red+Green+Blue) = 165+149+16=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A59510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59510 is #5A6AEF. Grayscale: #8B8B8B. Windows color (decimal): -5925616 or 1086885. OLE color: 1086885.

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

Color convert

RGB16514916-
CMYK00.100.900.35
HSL53.56º82.32%35.49%-
HSV(B)53.56º90.3%64.71%-
XYZ26.3629.534.8-
YUV138.6258.8146.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 16 (6.64% from 255) = 4.85%
R=50%
G=45.15%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651491600.100.900.3553.5682.3235.49
HexA595100A5A23365223
Octal24522520012132436612243
Binary1010010110010101100000101010110101000111101101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59510; }

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

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

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

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

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

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

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

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