#A59A1D

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

Shades of Lucky #A59A1D

Tints of Lucky #A59A1D

Color information

#A59A1D (or 0xA59A1D) is unknown color: approx Lucky. HEX triplet: A5, 9A and 1D. RGB value is (165,154,29). Sum of RGB (Red+Green+Blue) = 165+154+29=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A1D is #5A65E2. Grayscale: #8F8F8F. Windows color (decimal): -5924323 or 1940133. OLE color: 1940133.

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

Color convert

RGB16515429-
CMYK00.070.820.35
HSL55.15º70.1%38.04%-
HSV(B)55.15º82.42%64.71%-
XYZ27.2931.25.75-
YUV143.0463.64143.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 154 (60.55% from 255) = 44.25%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=47.41%
G=44.25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651542900.070.820.3555.1570.138.04
HexA59A1D075223374626
Octal2452323507122436710646
Binary101001011001101011101011110100101000111101111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A1D; }

 p { color: rgb(165,154,29); }

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

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

 a { background-color: rgb(165,154,29); }

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

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

 span { border-color: rgb(165,154,29); }

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