#A98E22

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

Shades of Lucky #A98E22

Tints of Lucky #A98E22

Color information

#A98E22 (or 0xA98E22) is unknown color: approx Lucky. HEX triplet: A9, 8E and 22. RGB value is (169,142,34). Sum of RGB (Red+Green+Blue) = 169+142+34=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E22 is #5671DD. Grayscale: #8A8A8A. Windows color (decimal): -5665246 or 2264745. OLE color: 2264745.

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

Color convert

RGB16914234-
CMYK00.160.800.34
HSL48º66.5%39.8%-
HSV(B)48º79.88%66.27%-
XYZ26.3227.95.51-
YUV137.7669.45150.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=48.99%
G=41.16%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691423400.160.800.344866.539.8
HexA98E220105022304328
Octal25121642020120426010350
Binary101010011000111010001001000010100001000101100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E22; }

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

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

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

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

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

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

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

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