#A59014

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

Shades of Lucky #A59014

Tints of Lucky #A59014

Color information

#A59014 (or 0xA59014) is unknown color: approx Lucky. HEX triplet: A5, 90 and 14. RGB value is (165,144,20). Sum of RGB (Red+Green+Blue) = 165+144+20=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A59014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59014 is #5A6FEB. Grayscale: #888888. Windows color (decimal): -5926892 or 1347749. OLE color: 1347749.

HSL color Cylindrical-coordinate representation of color #A59014: hue angle of 51.31º degrees, saturation: 0.78, 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 #A59014 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB16514420-
CMYK00.130.880.35
HSL51.31º78.38%36.27%-
HSV(B)51.31º87.88%64.71%-
XYZ25.62284.72-
YUV136.1462.46148.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 20 (8.20% from 255) = 6.08%
R=50.15%
G=43.77%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651442000.130.880.3551.3178.3836.27
HexA590140D5823334e24
Octal24522024015130436311644
Binary1010010110010000101000110110110001000111100111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59014; }

 p { color: rgb(165,144,20); }

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

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

 a { background-color: rgb(165,144,20); }

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

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

 span { border-color: rgb(165,144,20); }

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