Shades of Sandrift #AF9785
Tints of Sandrift #AF9785
RGB
CMYK
RGB Variations
Color information
#AF9785 (or 0xAF9785) is known color: Sandrift. HEX triplet: AF, 97 and 85. RGB value is (175,151,133). Sum of RGB (Red+Green+Blue) = 175+151+133=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9785 is #50687A. Grayscale: #9C9C9C. Windows color (decimal): -5269627 or 8755119. OLE color: 8755119.
HSL color Cylindrical-coordinate representation of color #AF9785: hue angle of 25.71º 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 #AF9785 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 133 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.31 |
| HSL | 25.71º | 0.21% | 0.6% | - |
| HSV(B) | 25.71º | 0.24% | 0.69% | - |
| XYZ | 32.98 | 32.94 | 26.81 | - |
| YUV | 156.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 133 | 0 | 0.14 | 0.24 | 0.31 | 25.71 | 0.21 | 0.6 |
| Hex | AF | 97 | 85 | 0 | E | 18 | 1F | 1A | 15 | 3C |
| Octal | 257 | 227 | 205 | 0 | 16 | 30 | 37 | 32 | 25 | 74 |
| Binary | 10101111 | 10010111 | 10000101 | 0 | 1110 | 11000 | 11111 | 11010 | 10101 | 111100 |
Color Harmonies of #AF9785
Complementary color
Monochromatic Colors of #AF9785
Black with #AF9785
Text Example
Text Example
White with #AF9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9785; }
p { color: rgb(175,151,133); }
H1.HeaderClassName
{
color: #AF9785;
}
.AnyTagClassName
{
color: #AF9785;
}
</style>
background-color css
<style>
a { background-color: #AF9785; }
a { background-color: rgb(175,151,133); }
div.DivClassName
{
background-color: #AF9785;
}
.BgClassName
{
background-color: #AF9785;
}
</style>
border-color css
<style>
span { border-color: #AF9785; }
span { border-color: rgb(175,151,133); }
td.TdClassName
{
border-color: #AF9785;
}
.TagClassName
{
border-color: #AF9785;
}
</style>