#A98B95

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

Shades of Shady Lady #A98B95

Tints of Shady Lady #A98B95

Color information

#A98B95 (or 0xA98B95) is unknown color: approx Shady Lady. HEX triplet: A9, 8B and 95. RGB value is (169,139,149). Sum of RGB (Red+Green+Blue) = 169+139+149=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B95 is #56746A. Grayscale: #959595. Windows color (decimal): -5665899 or 9800617. OLE color: 9800617.

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

Color convert

RGB169139149-
CMYK00.180.120.34
HSL340º14.85%60.39%-
HSV(B)340º17.75%66.27%-
XYZ31.0229.0732.41-
YUV149.11127.94142.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=36.98%
G=30.42%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913914900.180.120.3434014.8560.39
HexA98B95012C22154f3c
Octal25121322502214425241774
Binary10101001100010111001010101001011001000101010101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B95; }

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

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

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

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

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

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

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

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