#A98A15

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

Shades of Lucky #A98A15

Tints of Lucky #A98A15

Color information

#A98A15 (or 0xA98A15) is unknown color: approx Lucky. HEX triplet: A9, 8A and 15. RGB value is (169,138,21). Sum of RGB (Red+Green+Blue) = 169+138+21=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98A15 is #5675EA. Grayscale: #868686. Windows color (decimal): -5666283 or 1411753. OLE color: 1411753.

HSL color Cylindrical-coordinate representation of color #A98A15: hue angle of 47.43º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A98A15 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB16913821-
CMYK00.180.880.34
HSL47.43º77.89%37.25%-
HSV(B)47.43º87.57%66.27%-
XYZ25.5926.674.51-
YUV133.9364.27153.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=51.52%
G=42.07%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691382100.180.880.3447.4377.8937.25
HexA98A1501258222f4e25
Octal25121225022130425711645
Binary10101001100010101010101001010110001000101011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A15; }

 p { color: rgb(169,138,21); }

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

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

 a { background-color: rgb(169,138,21); }

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

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

 span { border-color: rgb(169,138,21); }

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