#a98d18

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

Shades of Lucky #A98D18

Tints of Lucky #A98D18

Color information

#A98D18 (or 0xA98D18) is unknown color: approx Lucky. HEX triplet: A9, 8D and 18. RGB value is (169,141,24). Sum of RGB (Red+Green+Blue) = 169+141+24=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98D18 is #5672E7. Grayscale: #888888. Windows color (decimal): -5665512 or 1609129. OLE color: 1609129.

HSL color Cylindrical-coordinate representation of color #A98D18: hue angle of 48.41º 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 #A98D18 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16914124-
CMYK00.170.860.34
HSL48.41º75.13%37.84%-
HSV(B)48.41º85.8%66.27%-
XYZ26.0527.554.81-
YUV136.0364.78151.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 24 (9.77% from 255) = 7.19%
R=50.60%
G=42.22%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691412400.170.860.3448.4175.1337.84
HexA98D180115622304b26
Octal25121530021126426011346
Binary10101001100011011100001000110101101000101100001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98d18; }

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

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

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

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

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

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

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

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