Shades of Sandrift #AF9985
Tints of Sandrift #AF9985
RGB
CMYK
RGB Variations
Color information
#AF9985 (or 0xAF9985) is known color: Sandrift. HEX triplet: AF, 99 and 85. RGB value is (175,153,133). Sum of RGB (Red+Green+Blue) = 175+153+133=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9985 is #50667A. Grayscale: #9D9D9D. Windows color (decimal): -5269115 or 8755631. OLE color: 8755631.
HSL color Cylindrical-coordinate representation of color #AF9985: hue angle of 28.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9985 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 133 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.31 |
| HSL | 28.57º | 0.21% | 0.6% | - |
| HSV(B) | 28.57º | 0.24% | 0.69% | - |
| XYZ | 33.3 | 33.59 | 26.92 | - |
| YUV | 157.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 133 | 0 | 0.13 | 0.24 | 0.31 | 28.57 | 0.21 | 0.6 |
| Hex | AF | 99 | 85 | 0 | D | 18 | 1F | 1D | 15 | 3C |
| Octal | 257 | 231 | 205 | 0 | 15 | 30 | 37 | 35 | 25 | 74 |
| Binary | 10101111 | 10011001 | 10000101 | 0 | 1101 | 11000 | 11111 | 11101 | 10101 | 111100 |
Color Harmonies of #AF9985
Complementary color
Monochromatic Colors of #AF9985
Black with #AF9985
Text Example
Text Example
White with #AF9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9985; }
p { color: rgb(175,153,133); }
H1.HeaderClassName
{
color: #AF9985;
}
.AnyTagClassName
{
color: #AF9985;
}
</style>
background-color css
<style>
a { background-color: #AF9985; }
a { background-color: rgb(175,153,133); }
div.DivClassName
{
background-color: #AF9985;
}
.BgClassName
{
background-color: #AF9985;
}
</style>
border-color css
<style>
span { border-color: #AF9985; }
span { border-color: rgb(175,153,133); }
td.TdClassName
{
border-color: #AF9985;
}
.TagClassName
{
border-color: #AF9985;
}
</style>