#A39B0E

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

Shades of Lucky #A39B0E

Tints of Lucky #A39B0E

Color information

#A39B0E (or 0xA39B0E) is unknown color: approx Lucky. HEX triplet: A3, 9B and 0E. RGB value is (163,155,14). Sum of RGB (Red+Green+Blue) = 163+155+14=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39B0E is #5C64F1. Grayscale: #8D8D8D. Windows color (decimal): -6055154 or 957347. OLE color: 957347.

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

Color convert

RGB16315514-
CMYK00.050.910.36
HSL56.78º84.18%34.71%-
HSV(B)56.78º91.41%63.92%-
XYZ26.931.265.03-
YUV141.3256.15143.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 14 (5.86% from 255) = 4.22%
R=49.10%
G=46.69%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631551400.050.910.3656.7884.1834.71
HexA39BE055B24395423
Octal2432331605133447112443
Binary10100011100110111110010110110111001001110011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B0E; }

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

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

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

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

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

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

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

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