#A98B93

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

Shades of Shady Lady #A98B93

Tints of Shady Lady #A98B93

Color information

#A98B93 (or 0xA98B93) is unknown color: approx Shady Lady. HEX triplet: A9, 8B and 93. RGB value is (169,139,147). Sum of RGB (Red+Green+Blue) = 169+139+147=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B93 is #56746C. Grayscale: #949494. Windows color (decimal): -5665901 or 9669545. OLE color: 9669545.

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

Color convert

RGB169139147-
CMYK00.180.130.34
HSL344º14.85%60.39%-
HSV(B)344º17.75%66.27%-
XYZ30.8629.0131.58-
YUV148.88126.94142.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=37.14%
G=30.55%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913914700.180.130.3434414.8560.39
HexA98B93012D22158f3c
Octal25121322302215425301774
Binary10101001100010111001001101001011011000101010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B93; }

 p { color: rgb(169,139,147); }

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

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

 a { background-color: rgb(169,139,147); }

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

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

 span { border-color: rgb(169,139,147); }

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