#A8990A

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

Shades of Lucky #A8990A

Tints of Lucky #A8990A

Color information

#A8990A (or 0xA8990A) is unknown color: approx Lucky. HEX triplet: A8, 99 and 0A. RGB value is (168,153,10). Sum of RGB (Red+Green+Blue) = 168+153+10=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8990A is #5766F5. Grayscale: #8D8D8D. Windows color (decimal): -5727990 or 694696. OLE color: 694696.

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

Color convert

RGB16815310-
CMYK00.090.940.34
HSL54.3º88.76%34.9%-
HSV(B)54.3º94.05%65.88%-
XYZ27.5931.134.84-
YUV141.1853.97147.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 10 (4.30% from 255) = 3.02%
R=50.76%
G=46.22%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681531000.090.940.3454.388.7634.9
HexA899A095E22365923
Octal25023112011136426613143
Binary101010001001100110100100110111101000101101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8990A; }

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

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

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

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

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

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

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

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