#A39115

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

Shades of Lucky #A39115

Tints of Lucky #A39115

Color information

#A39115 (or 0xA39115) is unknown color: approx Lucky. HEX triplet: A3, 91 and 15. RGB value is (163,145,21). Sum of RGB (Red+Green+Blue) = 163+145+21=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A39115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39115 is #5C6EEA. Grayscale: #888888. Windows color (decimal): -6057707 or 1413539. OLE color: 1413539.

HSL color Cylindrical-coordinate representation of color #A39115: hue angle of 52.39º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A39115 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16314521-
CMYK00.110.870.36
HSL52.39º77.17%36.08%-
HSV(B)52.39º87.12%63.92%-
XYZ25.3728.094.79-
YUV136.2562.96147.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=49.54%
G=44.07%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631452100.110.870.3652.3977.1736.08
HexA391150B5724344d24
Octal24322125013127446411544
Binary1010001110010001101010101110101111001001101001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39115; }

 p { color: rgb(163,145,21); }

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

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

 a { background-color: rgb(163,145,21); }

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

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

 span { border-color: rgb(163,145,21); }

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