#A39D0E

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

Shades of Lucky #A39D0E

Tints of Lucky #A39D0E

Color information

#A39D0E (or 0xA39D0E) is unknown color: approx Lucky. HEX triplet: A3, 9D and 0E. RGB value is (163,157,14). Sum of RGB (Red+Green+Blue) = 163+157+14=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39D0E is #5C62F1. Grayscale: #8F8F8F. Windows color (decimal): -6054642 or 957859. OLE color: 957859.

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

Color convert

RGB16315714-
CMYK00.040.910.36
HSL57.58º84.18%34.71%-
HSV(B)57.58º91.41%63.92%-
XYZ27.2431.935.14-
YUV142.4955.49142.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 157 (61.72% from 255) = 47.01%
BLUE value IS 14 (5.86% from 255) = 4.19%
R=48.80%
G=47.01%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631571400.040.910.3657.5884.1834.71
HexA39DE045B243a5423
Octal2432351604133447212443
Binary10100011100111011110010010110111001001110101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D0E; }

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

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

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

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

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

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

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

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