#A59214

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

Shades of Lucky #A59214

Tints of Lucky #A59214

Color information

#A59214 (or 0xA59214) is unknown color: approx Lucky. HEX triplet: A5, 92 and 14. RGB value is (165,146,20). Sum of RGB (Red+Green+Blue) = 165+146+20=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A59214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59214 is #5A6DEB. Grayscale: #898989. Windows color (decimal): -5926380 or 1348261. OLE color: 1348261.

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

Color convert

RGB16514620-
CMYK00.120.880.35
HSL52.14º78.38%36.27%-
HSV(B)52.14º87.88%64.71%-
XYZ25.9228.614.82-
YUV137.3261.79147.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=49.85%
G=44.11%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651462000.120.880.3552.1478.3836.27
HexA592140C5823344e24
Octal24522224014130436411644
Binary1010010110010010101000110010110001000111101001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59214; }

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

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

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

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

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

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

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

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