Shades of Shady Lady #A18F98
Tints of Shady Lady #A18F98
RGB
CMYK
RGB Variations
Color information
#A18F98 (or 0xA18F98) is known color: Shady Lady. HEX triplet: A1, 8F and 98. RGB value is (161,143,152). Sum of RGB (Red+Green+Blue) = 161+143+152=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F98 is #5E7067. Grayscale: #959595. Windows color (decimal): -6189160 or 9998241. OLE color: 9998241.
HSL color Cylindrical-coordinate representation of color #A18F98: hue angle of 330º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F98 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 152 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.37 |
| HSL | 330º | 0.09% | 0.6% | - |
| HSV(B) | 330º | 0.11% | 0.63% | - |
| XYZ | 30.19 | 29.49 | 33.81 | - |
| YUV | 149.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 152 | 0 | 0.11 | 0.06 | 0.37 | 330 | 0.09 | 0.6 |
| Hex | A1 | 8F | 98 | 0 | B | 6 | 25 | 14A | 9 | 3C |
| Octal | 241 | 217 | 230 | 0 | 13 | 6 | 45 | 512 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10011000 | 0 | 1011 | 110 | 100101 | 101001010 | 1001 | 111100 |
Color Harmonies of #A18F98
Complementary color
Monochromatic Colors of #A18F98
Black with #A18F98
Text Example
Text Example
White with #A18F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F98; }
p { color: rgb(161,143,152); }
H1.HeaderClassName
{
color: #A18F98;
}
.AnyTagClassName
{
color: #A18F98;
}
</style>
background-color css
<style>
a { background-color: #A18F98; }
a { background-color: rgb(161,143,152); }
div.DivClassName
{
background-color: #A18F98;
}
.BgClassName
{
background-color: #A18F98;
}
</style>
border-color css
<style>
span { border-color: #A18F98; }
span { border-color: rgb(161,143,152); }
td.TdClassName
{
border-color: #A18F98;
}
.TagClassName
{
border-color: #A18F98;
}
</style>