Shades of Sandrift #AF957D
Tints of Sandrift #AF957D
RGB
CMYK
RGB Variations
Color information
#AF957D (or 0xAF957D) is known color: Sandrift. HEX triplet: AF, 95 and 7D. RGB value is (175,149,125). Sum of RGB (Red+Green+Blue) = 175+149+125=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957D is #506A82. Grayscale: #9A9A9A. Windows color (decimal): -5270147 or 8230319. OLE color: 8230319.
HSL color Cylindrical-coordinate representation of color #AF957D: hue angle of 28.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF957D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 125 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.31 |
| HSL | 28.8º | 0.24% | 0.59% | - |
| HSV(B) | 28.8º | 0.29% | 0.69% | - |
| XYZ | 32.13 | 32.09 | 23.9 | - |
| YUV | 154.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 125 | 0 | 0.15 | 0.29 | 0.31 | 28.8 | 0.24 | 0.59 |
| Hex | AF | 95 | 7D | 0 | F | 1D | 1F | 1D | 18 | 3B |
| Octal | 257 | 225 | 175 | 0 | 17 | 35 | 37 | 35 | 30 | 73 |
| Binary | 10101111 | 10010101 | 1111101 | 0 | 1111 | 11101 | 11111 | 11101 | 11000 | 111011 |
Color Harmonies of #AF957D
Complementary color
Monochromatic Colors of #AF957D
Black with #AF957D
Text Example
Text Example
White with #AF957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF957D; }
p { color: rgb(175,149,125); }
H1.HeaderClassName
{
color: #AF957D;
}
.AnyTagClassName
{
color: #AF957D;
}
</style>
background-color css
<style>
a { background-color: #AF957D; }
a { background-color: rgb(175,149,125); }
div.DivClassName
{
background-color: #AF957D;
}
.BgClassName
{
background-color: #AF957D;
}
</style>
border-color css
<style>
span { border-color: #AF957D; }
span { border-color: rgb(175,149,125); }
td.TdClassName
{
border-color: #AF957D;
}
.TagClassName
{
border-color: #AF957D;
}
</style>