#A98D23

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

Shades of Lucky #A98D23

Tints of Lucky #A98D23

Color information

#A98D23 (or 0xA98D23) is unknown color: approx Lucky. HEX triplet: A9, 8D and 23. RGB value is (169,141,35). Sum of RGB (Red+Green+Blue) = 169+141+35=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D23 is #5672DC. Grayscale: #898989. Windows color (decimal): -5665501 or 2330025. OLE color: 2330025.

HSL color Cylindrical-coordinate representation of color #A98D23: hue angle of 47.46º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A98D23 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16914135-
CMYK00.170.790.34
HSL47.46º65.69%40%-
HSV(B)47.46º79.29%66.27%-
XYZ26.1927.615.54-
YUV137.2970.28150.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 35 (14.06% from 255) = 10.14%
R=48.99%
G=40.87%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691413500.170.790.3447.4665.6940
HexA98D230114F222f4228
Octal25121543021117425710250
Binary101010011000110110001101000110011111000101011111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D23; }

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

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

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

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

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

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

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

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