#A98E11

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

Shades of Lucky #A98E11

Tints of Lucky #A98E11

Color information

#A98E11 (or 0xA98E11) is unknown color: approx Lucky. HEX triplet: A9, 8E and 11. RGB value is (169,142,17). Sum of RGB (Red+Green+Blue) = 169+142+17=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98E11 is #5671EE. Grayscale: #888888. Windows color (decimal): -5665263 or 1150633. OLE color: 1150633.

HSL color Cylindrical-coordinate representation of color #A98E11: hue angle of 49.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A98E11 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB16914217-
CMYK00.160.900.34
HSL49.34º81.72%36.47%-
HSV(B)49.34º89.94%66.27%-
XYZ26.1427.824.52-
YUV135.8260.95151.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 17 (7.03% from 255) = 5.18%
R=51.52%
G=43.29%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691421700.160.900.3449.3481.7236.47
HexA98E110105A22315224
Octal25121621020132426112244
Binary10101001100011101000101000010110101000101100011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E11; }

 p { color: rgb(169,142,17); }

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

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

 a { background-color: rgb(169,142,17); }

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

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

 span { border-color: rgb(169,142,17); }

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