Shades of Sandrift #AF987F
Tints of Sandrift #AF987F
RGB
CMYK
RGB Variations
Color information
#AF987F (or 0xAF987F) is known color: Sandrift. HEX triplet: AF, 98 and 7F. RGB value is (175,152,127). Sum of RGB (Red+Green+Blue) = 175+152+127=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987F is #506780. Grayscale: #9C9C9C. Windows color (decimal): -5269377 or 8362159. OLE color: 8362159.
HSL color Cylindrical-coordinate representation of color #AF987F: hue angle of 31.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF987F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 127 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.31 |
| HSL | 31.25º | 0.23% | 0.59% | - |
| HSV(B) | 31.25º | 0.27% | 0.69% | - |
| XYZ | 32.74 | 33.1 | 24.74 | - |
| YUV | 156.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 127 | 0 | 0.13 | 0.27 | 0.31 | 31.25 | 0.23 | 0.59 |
| Hex | AF | 98 | 7F | 0 | D | 1B | 1F | 1F | 17 | 3B |
| Octal | 257 | 230 | 177 | 0 | 15 | 33 | 37 | 37 | 27 | 73 |
| Binary | 10101111 | 10011000 | 1111111 | 0 | 1101 | 11011 | 11111 | 11111 | 10111 | 111011 |
Color Harmonies of #AF987F
Complementary color
Monochromatic Colors of #AF987F
Black with #AF987F
Text Example
Text Example
White with #AF987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF987F; }
p { color: rgb(175,152,127); }
H1.HeaderClassName
{
color: #AF987F;
}
.AnyTagClassName
{
color: #AF987F;
}
</style>
background-color css
<style>
a { background-color: #AF987F; }
a { background-color: rgb(175,152,127); }
div.DivClassName
{
background-color: #AF987F;
}
.BgClassName
{
background-color: #AF987F;
}
</style>
border-color css
<style>
span { border-color: #AF987F; }
span { border-color: rgb(175,152,127); }
td.TdClassName
{
border-color: #AF987F;
}
.TagClassName
{
border-color: #AF987F;
}
</style>