#a1990e

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

Shades of Lucky #A1990E

Tints of Lucky #A1990E

Color information

#A1990E (or 0xA1990E) is unknown color: approx Lucky. HEX triplet: A1, 99 and 0E. RGB value is (161,153,14). Sum of RGB (Red+Green+Blue) = 161+153+14=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1990E is #5E66F1. Grayscale: #8C8C8C. Windows color (decimal): -6186738 or 956833. OLE color: 956833.

HSL color Cylindrical-coordinate representation of color #A1990E: hue angle of 56.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1990E is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB16115314-
CMYK00.050.910.37
HSL56.73º84%34.31%-
HSV(B)56.73º91.3%63.14%-
XYZ26.1730.394.9-
YUV139.5557.15143.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=49.09%
G=46.65%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611531400.050.910.3756.738434.31
HexA199E055B25395422
Octal2412311605133457112442
Binary10100001100110011110010110110111001011110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1990e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1990e; }

 p { color: rgb(161,153,14); }

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

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

 a { background-color: rgb(161,153,14); }

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

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

 span { border-color: rgb(161,153,14); }

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