#A39B15

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

Shades of Lucky #A39B15

Tints of Lucky #A39B15

Color information

#A39B15 (or 0xA39B15) is unknown color: approx Lucky. HEX triplet: A3, 9B and 15. RGB value is (163,155,21). Sum of RGB (Red+Green+Blue) = 163+155+21=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39B15 is #5C64EA. Grayscale: #8E8E8E. Windows color (decimal): -6055147 or 1416099. OLE color: 1416099.

HSL color Cylindrical-coordinate representation of color #A39B15: hue angle of 56.62º 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 #A39B15 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16315521-
CMYK00.050.870.36
HSL56.62º77.17%36.08%-
HSV(B)56.62º87.12%63.92%-
XYZ26.9631.285.33-
YUV142.1259.65142.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=48.08%
G=45.72%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631552100.050.870.3656.6277.1736.08
HexA39B15055724394d24
Octal2432332505127447111544
Binary101000111001101110101010110101111001001110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B15; }

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

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

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

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

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

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

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

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