Shades of Shady Lady #AF909B
Tints of Shady Lady #AF909B
RGB
CMYK
RGB Variations
Color information
#AF909B (or 0xAF909B) is known color: Shady Lady. HEX triplet: AF, 90 and 9B. RGB value is (175,144,155). Sum of RGB (Red+Green+Blue) = 175+144+155=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909B is #506F64. Grayscale: #9A9A9A. Windows color (decimal): -5271397 or 10195119. OLE color: 10195119.
HSL color Cylindrical-coordinate representation of color #AF909B: hue angle of 338.71º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF909B is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 155 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.31 |
| HSL | 338.71º | 0.16% | 0.63% | - |
| HSV(B) | 338.71º | 0.18% | 0.69% | - |
| XYZ | 33.57 | 31.43 | 35.31 | - |
| YUV | 154.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 155 | 0 | 0.18 | 0.11 | 0.31 | 338.71 | 0.16 | 0.63 |
| Hex | AF | 90 | 9B | 0 | 12 | B | 1F | 153 | 10 | 3F |
| Octal | 257 | 220 | 233 | 0 | 22 | 13 | 37 | 523 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10011011 | 0 | 10010 | 1011 | 11111 | 101010011 | 10000 | 111111 |
Color Harmonies of #AF909B
Complementary color
Monochromatic Colors of #AF909B
Black with #AF909B
Text Example
Text Example
White with #AF909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF909B; }
p { color: rgb(175,144,155); }
H1.HeaderClassName
{
color: #AF909B;
}
.AnyTagClassName
{
color: #AF909B;
}
</style>
background-color css
<style>
a { background-color: #AF909B; }
a { background-color: rgb(175,144,155); }
div.DivClassName
{
background-color: #AF909B;
}
.BgClassName
{
background-color: #AF909B;
}
</style>
border-color css
<style>
span { border-color: #AF909B; }
span { border-color: rgb(175,144,155); }
td.TdClassName
{
border-color: #AF909B;
}
.TagClassName
{
border-color: #AF909B;
}
</style>