Shades of Sandrift #AF9987
Tints of Sandrift #AF9987
RGB
CMYK
RGB Variations
Color information
#AF9987 (or 0xAF9987) is known color: Sandrift. HEX triplet: AF, 99 and 87. RGB value is (175,153,135). Sum of RGB (Red+Green+Blue) = 175+153+135=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9987 is #506678. Grayscale: #9D9D9D. Windows color (decimal): -5269113 or 8886703. OLE color: 8886703.
HSL color Cylindrical-coordinate representation of color #AF9987: hue angle of 27º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9987 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 135 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.31 |
| HSL | 27º | 0.2% | 0.61% | - |
| HSV(B) | 27º | 0.23% | 0.69% | - |
| XYZ | 33.44 | 33.65 | 27.65 | - |
| YUV | 157.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 135 | 0 | 0.13 | 0.23 | 0.31 | 27 | 0.2 | 0.61 |
| Hex | AF | 99 | 87 | 0 | D | 17 | 1F | 1B | 14 | 3D |
| Octal | 257 | 231 | 207 | 0 | 15 | 27 | 37 | 33 | 24 | 75 |
| Binary | 10101111 | 10011001 | 10000111 | 0 | 1101 | 10111 | 11111 | 11011 | 10100 | 111101 |
Color Harmonies of #AF9987
Complementary color
Monochromatic Colors of #AF9987
Black with #AF9987
Text Example
Text Example
White with #AF9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9987; }
p { color: rgb(175,153,135); }
H1.HeaderClassName
{
color: #AF9987;
}
.AnyTagClassName
{
color: #AF9987;
}
</style>
background-color css
<style>
a { background-color: #AF9987; }
a { background-color: rgb(175,153,135); }
div.DivClassName
{
background-color: #AF9987;
}
.BgClassName
{
background-color: #AF9987;
}
</style>
border-color css
<style>
span { border-color: #AF9987; }
span { border-color: rgb(175,153,135); }
td.TdClassName
{
border-color: #AF9987;
}
.TagClassName
{
border-color: #AF9987;
}
</style>