Shades of Sandrift #AF9686
Tints of Sandrift #AF9686
RGB
CMYK
RGB Variations
Color information
#AF9686 (or 0xAF9686) is known color: Sandrift. HEX triplet: AF, 96 and 86. RGB value is (175,150,134). Sum of RGB (Red+Green+Blue) = 175+150+134=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9686 is #506979. Grayscale: #9B9B9B. Windows color (decimal): -5269882 or 8820399. OLE color: 8820399.
HSL color Cylindrical-coordinate representation of color #AF9686: hue angle of 23.41º 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 #AF9686 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 134 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.31 |
| HSL | 23.41º | 0.2% | 0.61% | - |
| HSV(B) | 23.41º | 0.23% | 0.69% | - |
| XYZ | 32.89 | 32.65 | 27.12 | - |
| YUV | 155.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 134 | 0 | 0.14 | 0.23 | 0.31 | 23.41 | 0.2 | 0.61 |
| Hex | AF | 96 | 86 | 0 | E | 17 | 1F | 17 | 14 | 3D |
| Octal | 257 | 226 | 206 | 0 | 16 | 27 | 37 | 27 | 24 | 75 |
| Binary | 10101111 | 10010110 | 10000110 | 0 | 1110 | 10111 | 11111 | 10111 | 10100 | 111101 |
Color Harmonies of #AF9686
Complementary color
Monochromatic Colors of #AF9686
Black with #AF9686
Text Example
Text Example
White with #AF9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9686; }
p { color: rgb(175,150,134); }
H1.HeaderClassName
{
color: #AF9686;
}
.AnyTagClassName
{
color: #AF9686;
}
</style>
background-color css
<style>
a { background-color: #AF9686; }
a { background-color: rgb(175,150,134); }
div.DivClassName
{
background-color: #AF9686;
}
.BgClassName
{
background-color: #AF9686;
}
</style>
border-color css
<style>
span { border-color: #AF9686; }
span { border-color: rgb(175,150,134); }
td.TdClassName
{
border-color: #AF9686;
}
.TagClassName
{
border-color: #AF9686;
}
</style>