#A49C0E

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

Shades of Lucky #A49C0E

Tints of Lucky #A49C0E

Color information

#A49C0E (or 0xA49C0E) is unknown color: approx Lucky. HEX triplet: A4, 9C and 0E. RGB value is (164,156,14). Sum of RGB (Red+Green+Blue) = 164+156+14=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C0E is #5B63F1. Grayscale: #8E8E8E. Windows color (decimal): -5989362 or 957604. OLE color: 957604.

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

Color convert

RGB16415614-
CMYK00.050.910.36
HSL56.8º84.27%34.9%-
HSV(B)56.8º91.46%64.31%-
XYZ27.2831.75.1-
YUV142.255.65143.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 156 (61.33% from 255) = 46.71%
BLUE value IS 14 (5.86% from 255) = 4.19%
R=49.10%
G=46.71%
B=4.19%

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
Decimal1641561400.050.910.3656.884.2734.9
HexA49CE055B24395423
Octal2442341605133447112443
Binary10100100100111001110010110110111001001110011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C0E; }

 p { color: rgb(164,156,14); }

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

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

 a { background-color: rgb(164,156,14); }

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

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

 span { border-color: rgb(164,156,14); }

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