#A39F0E

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

Shades of Lucky #A39F0E

Tints of Lucky #A39F0E

Color information

#A39F0E (or 0xA39F0E) is unknown color: approx Lucky. HEX triplet: A3, 9F and 0E. RGB value is (163,159,14). Sum of RGB (Red+Green+Blue) = 163+159+14=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39F0E is #5C60F1. Grayscale: #909090. Windows color (decimal): -6054130 or 958371. OLE color: 958371.

HSL color Cylindrical-coordinate representation of color #A39F0E: hue angle of 58.39º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A39F0E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16315914-
CMYK00.020.910.36
HSL58.39º84.18%34.71%-
HSV(B)58.39º91.41%63.92%-
XYZ27.5832.615.26-
YUV143.6754.83141.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 14 (5.86% from 255) = 4.17%
R=48.51%
G=47.32%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631591400.020.910.3658.3984.1834.71
HexA39FE025B243a5423
Octal2432371602133447212443
Binary1010001110011111111001010110111001001110101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F0E; }

 p { color: rgb(163,159,14); }

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

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

 a { background-color: rgb(163,159,14); }

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

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

 span { border-color: rgb(163,159,14); }

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