#A9940E

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

Shades of Lucky #A9940E

Tints of Lucky #A9940E

Color information

#A9940E (or 0xA9940E) is unknown color: approx Lucky. HEX triplet: A9, 94 and 0E. RGB value is (169,148,14). Sum of RGB (Red+Green+Blue) = 169+148+14=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9940E is #566BF1. Grayscale: #8B8B8B. Windows color (decimal): -5663730 or 955561. OLE color: 955561.

HSL color Cylindrical-coordinate representation of color #A9940E: hue angle of 51.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9940E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB16914814-
CMYK00.120.920.34
HSL51.87º84.7%35.88%-
HSV(B)51.87º91.72%66.27%-
XYZ27.0329.654.71-
YUV13957.46149.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=51.06%
G=44.71%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691481400.120.920.3451.8784.735.88
HexA994E0C5C22345524
Octal25122416014134426412544
Binary101010011001010011100110010111001000101101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9940E; }

 p { color: rgb(169,148,14); }

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

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

 a { background-color: rgb(169,148,14); }

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

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

 span { border-color: rgb(169,148,14); }

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