#A98E18

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

Shades of Lucky #A98E18

Tints of Lucky #A98E18

Color information

#A98E18 (or 0xA98E18) is unknown color: approx Lucky. HEX triplet: A9, 8E and 18. RGB value is (169,142,24). Sum of RGB (Red+Green+Blue) = 169+142+24=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98E18 is #5671E7. Grayscale: #898989. Windows color (decimal): -5665256 or 1609385. OLE color: 1609385.

HSL color Cylindrical-coordinate representation of color #A98E18: hue angle of 48.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A98E18 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16914224-
CMYK00.160.860.34
HSL48.83º75.13%37.84%-
HSV(B)48.83º85.8%66.27%-
XYZ26.227.854.86-
YUV136.6264.45151.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 24 (9.77% from 255) = 7.16%
R=50.45%
G=42.39%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691422400.160.860.3448.8375.1337.84
HexA98E180105622314b26
Octal25121630020126426111346
Binary10101001100011101100001000010101101000101100011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E18; }

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

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

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

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

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

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

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

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