Shades of Shady Lady #AF969E
Tints of Shady Lady #AF969E
RGB
CMYK
RGB Variations
Color information
#AF969E (or 0xAF969E) is known color: Shady Lady. HEX triplet: AF, 96 and 9E. RGB value is (175,150,158). Sum of RGB (Red+Green+Blue) = 175+150+158=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF969E is #506961. Grayscale: #9E9E9E. Windows color (decimal): -5269858 or 10393263. OLE color: 10393263.
HSL color Cylindrical-coordinate representation of color #AF969E: hue angle of 340.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF969E is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 158 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.31 |
| HSL | 340.8º | 0.14% | 0.64% | - |
| HSV(B) | 340.8º | 0.14% | 0.69% | - |
| XYZ | 34.76 | 33.4 | 36.96 | - |
| YUV | 158.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 158 | 0 | 0.14 | 0.10 | 0.31 | 340.8 | 0.14 | 0.64 |
| Hex | AF | 96 | 9E | 0 | E | A | 1F | 155 | E | 40 |
| Octal | 257 | 226 | 236 | 0 | 16 | 12 | 37 | 525 | 16 | 100 |
| Binary | 10101111 | 10010110 | 10011110 | 0 | 1110 | 1010 | 11111 | 101010101 | 1110 | 1000000 |
Color Harmonies of #AF969E
Complementary color
Monochromatic Colors of #AF969E
Black with #AF969E
Text Example
Text Example
White with #AF969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF969E; }
p { color: rgb(175,150,158); }
H1.HeaderClassName
{
color: #AF969E;
}
.AnyTagClassName
{
color: #AF969E;
}
</style>
background-color css
<style>
a { background-color: #AF969E; }
a { background-color: rgb(175,150,158); }
div.DivClassName
{
background-color: #AF969E;
}
.BgClassName
{
background-color: #AF969E;
}
</style>
border-color css
<style>
span { border-color: #AF969E; }
span { border-color: rgb(175,150,158); }
td.TdClassName
{
border-color: #AF969E;
}
.TagClassName
{
border-color: #AF969E;
}
</style>