#A8901F

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

Shades of Lucky #A8901F

Tints of Lucky #A8901F

Color information

#A8901F (or 0xA8901F) is unknown color: approx Lucky. HEX triplet: A8, 90 and 1F. RGB value is (168,144,31). Sum of RGB (Red+Green+Blue) = 168+144+31=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8901F is #576FE0. Grayscale: #8A8A8A. Windows color (decimal): -5730273 or 2068648. OLE color: 2068648.

HSL color Cylindrical-coordinate representation of color #A8901F: hue angle of 49.49º degrees, saturation: 0.69, 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 #A8901F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16814431-
CMYK00.140.820.34
HSL49.49º68.84%39.02%-
HSV(B)49.49º81.55%65.88%-
XYZ26.3728.375.38-
YUV138.2967.45149.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=48.98%
G=41.98%
B=9.04%

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
Decimal1681443100.140.820.3449.4968.8439.02
HexA8901F0E5222314527
Octal25022037016122426110547
Binary1010100010010000111110111010100101000101100011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8901F; }

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

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

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

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

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

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

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

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