Shades of Sandrift #AF9585
Tints of Sandrift #AF9585
RGB
CMYK
RGB Variations
Color information
#AF9585 (or 0xAF9585) is known color: Sandrift. HEX triplet: AF, 95 and 85. RGB value is (175,149,133). Sum of RGB (Red+Green+Blue) = 175+149+133=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9585 is #506A7A. Grayscale: #9B9B9B. Windows color (decimal): -5270139 or 8754607. OLE color: 8754607.
HSL color Cylindrical-coordinate representation of color #AF9585: hue angle of 22.86º 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 #AF9585 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 133 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.31 |
| HSL | 22.86º | 0.21% | 0.6% | - |
| HSV(B) | 22.86º | 0.24% | 0.69% | - |
| XYZ | 32.66 | 32.3 | 26.7 | - |
| YUV | 154.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 133 | 0 | 0.15 | 0.24 | 0.31 | 22.86 | 0.21 | 0.6 |
| Hex | AF | 95 | 85 | 0 | F | 18 | 1F | 17 | 15 | 3C |
| Octal | 257 | 225 | 205 | 0 | 17 | 30 | 37 | 27 | 25 | 74 |
| Binary | 10101111 | 10010101 | 10000101 | 0 | 1111 | 11000 | 11111 | 10111 | 10101 | 111100 |
Color Harmonies of #AF9585
Complementary color
Monochromatic Colors of #AF9585
Black with #AF9585
Text Example
Text Example
White with #AF9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9585; }
p { color: rgb(175,149,133); }
H1.HeaderClassName
{
color: #AF9585;
}
.AnyTagClassName
{
color: #AF9585;
}
</style>
background-color css
<style>
a { background-color: #AF9585; }
a { background-color: rgb(175,149,133); }
div.DivClassName
{
background-color: #AF9585;
}
.BgClassName
{
background-color: #AF9585;
}
</style>
border-color css
<style>
span { border-color: #AF9585; }
span { border-color: rgb(175,149,133); }
td.TdClassName
{
border-color: #AF9585;
}
.TagClassName
{
border-color: #AF9585;
}
</style>