#A6990A

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

Shades of Lucky #A6990A

Tints of Lucky #A6990A

Color information

#A6990A (or 0xA6990A) is unknown color: approx Lucky. HEX triplet: A6, 99 and 0A. RGB value is (166,153,10). Sum of RGB (Red+Green+Blue) = 166+153+10=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6990A is #5966F5. Grayscale: #8D8D8D. Windows color (decimal): -5859062 or 694694. OLE color: 694694.

HSL color Cylindrical-coordinate representation of color #A6990A: hue angle of 55º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6990A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB16615310-
CMYK00.080.940.35
HSL55º88.64%34.51%-
HSV(B)55º93.98%65.1%-
XYZ27.1730.914.82-
YUV140.5854.31146.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=50.46%
G=46.50%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661531000.080.940.355588.6434.51
HexA699A085E23375923
Octal24623112010136436713143
Binary101001101001100110100100010111101000111101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6990A; }

 p { color: rgb(166,153,10); }

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

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

 a { background-color: rgb(166,153,10); }

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

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

 span { border-color: rgb(166,153,10); }

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