#A8901E

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

Shades of Lucky #A8901E

Tints of Lucky #A8901E

Color information

#A8901E (or 0xA8901E) is unknown color: approx Lucky. HEX triplet: A8, 90 and 1E. RGB value is (168,144,30). Sum of RGB (Red+Green+Blue) = 168+144+30=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8901E is #576FE1. Grayscale: #8A8A8A. Windows color (decimal): -5730274 or 2003112. OLE color: 2003112.

HSL color Cylindrical-coordinate representation of color #A8901E: hue angle of 49.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8901E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16814430-
CMYK00.140.820.34
HSL49.57º69.7%38.82%-
HSV(B)49.57º82.14%65.88%-
XYZ26.3628.375.31-
YUV138.1866.95149.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=49.12%
G=42.11%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681443000.140.820.3449.5769.738.82
HexA8901E0E5222324627
Octal25022036016122426210647
Binary1010100010010000111100111010100101000101100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8901E; }

 p { color: rgb(168,144,30); }

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

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

 a { background-color: rgb(168,144,30); }

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

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

 span { border-color: rgb(168,144,30); }

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