Shades of Sandrift #AF9A87
Tints of Sandrift #AF9A87
RGB
CMYK
RGB Variations
Color information
#AF9A87 (or 0xAF9A87) is known color: Sandrift. HEX triplet: AF, 9A and 87. RGB value is (175,154,135). Sum of RGB (Red+Green+Blue) = 175+154+135=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A87 is #506578. Grayscale: #9E9E9E. Windows color (decimal): -5268857 or 8886959. OLE color: 8886959.
HSL color Cylindrical-coordinate representation of color #AF9A87: hue angle of 28.5º 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 #AF9A87 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 135 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.31 |
| HSL | 28.5º | 0.2% | 0.61% | - |
| HSV(B) | 28.5º | 0.23% | 0.69% | - |
| XYZ | 33.61 | 33.97 | 27.71 | - |
| YUV | 158.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 135 | 0 | 0.12 | 0.23 | 0.31 | 28.5 | 0.2 | 0.61 |
| Hex | AF | 9A | 87 | 0 | C | 17 | 1F | 1C | 14 | 3D |
| Octal | 257 | 232 | 207 | 0 | 14 | 27 | 37 | 34 | 24 | 75 |
| Binary | 10101111 | 10011010 | 10000111 | 0 | 1100 | 10111 | 11111 | 11100 | 10100 | 111101 |
Color Harmonies of #AF9A87
Complementary color
Monochromatic Colors of #AF9A87
Black with #AF9A87
Text Example
Text Example
White with #AF9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A87; }
p { color: rgb(175,154,135); }
H1.HeaderClassName
{
color: #AF9A87;
}
.AnyTagClassName
{
color: #AF9A87;
}
</style>
background-color css
<style>
a { background-color: #AF9A87; }
a { background-color: rgb(175,154,135); }
div.DivClassName
{
background-color: #AF9A87;
}
.BgClassName
{
background-color: #AF9A87;
}
</style>
border-color css
<style>
span { border-color: #AF9A87; }
span { border-color: rgb(175,154,135); }
td.TdClassName
{
border-color: #AF9A87;
}
.TagClassName
{
border-color: #AF9A87;
}
</style>