Shades of Sandrift #AF957F
Tints of Sandrift #AF957F
RGB
CMYK
RGB Variations
Color information
#AF957F (or 0xAF957F) is known color: Sandrift. HEX triplet: AF, 95 and 7F. RGB value is (175,149,127). Sum of RGB (Red+Green+Blue) = 175+149+127=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957F is #506A80. Grayscale: #9A9A9A. Windows color (decimal): -5270145 or 8361391. OLE color: 8361391.
HSL color Cylindrical-coordinate representation of color #AF957F: hue angle of 27.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF957F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 127 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.31 |
| HSL | 27.5º | 0.23% | 0.59% | - |
| HSV(B) | 27.5º | 0.27% | 0.69% | - |
| XYZ | 32.26 | 32.14 | 24.58 | - |
| YUV | 154.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 127 | 0 | 0.15 | 0.27 | 0.31 | 27.5 | 0.23 | 0.59 |
| Hex | AF | 95 | 7F | 0 | F | 1B | 1F | 1C | 17 | 3B |
| Octal | 257 | 225 | 177 | 0 | 17 | 33 | 37 | 34 | 27 | 73 |
| Binary | 10101111 | 10010101 | 1111111 | 0 | 1111 | 11011 | 11111 | 11100 | 10111 | 111011 |
Color Harmonies of #AF957F
Complementary color
Monochromatic Colors of #AF957F
Black with #AF957F
Text Example
Text Example
White with #AF957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF957F; }
p { color: rgb(175,149,127); }
H1.HeaderClassName
{
color: #AF957F;
}
.AnyTagClassName
{
color: #AF957F;
}
</style>
background-color css
<style>
a { background-color: #AF957F; }
a { background-color: rgb(175,149,127); }
div.DivClassName
{
background-color: #AF957F;
}
.BgClassName
{
background-color: #AF957F;
}
</style>
border-color css
<style>
span { border-color: #AF957F; }
span { border-color: rgb(175,149,127); }
td.TdClassName
{
border-color: #AF957F;
}
.TagClassName
{
border-color: #AF957F;
}
</style>