#A59814

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

Shades of Lucky #A59814

Tints of Lucky #A59814

Color information

#A59814 (or 0xA59814) is unknown color: approx Lucky. HEX triplet: A5, 98 and 14. RGB value is (165,152,20). Sum of RGB (Red+Green+Blue) = 165+152+20=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A59814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59814 is #5A67EB. Grayscale: #8D8D8D. Windows color (decimal): -5924844 or 1349797. OLE color: 1349797.

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

Color convert

RGB16515220-
CMYK00.080.880.35
HSL54.62º78.38%36.27%-
HSV(B)54.62º87.88%64.71%-
XYZ26.8730.515.13-
YUV140.8459.81145.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 20 (8.20% from 255) = 5.93%
R=48.96%
G=45.10%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651522000.080.880.3554.6278.3836.27
HexA59814085823374e24
Octal24523024010130436711644
Binary1010010110011000101000100010110001000111101111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59814; }

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

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

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

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

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

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

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

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