Shades of Sandrift #AF8D7D
Tints of Sandrift #AF8D7D
RGB
CMYK
RGB Variations
Color information
#AF8D7D (or 0xAF8D7D) is known color: Sandrift. HEX triplet: AF, 8D and 7D. RGB value is (175,141,125). Sum of RGB (Red+Green+Blue) = 175+141+125=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D7D is #507282. Grayscale: #959595. Windows color (decimal): -5272195 or 8228271. OLE color: 8228271.
HSL color Cylindrical-coordinate representation of color #AF8D7D: hue angle of 19.2º 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 #AF8D7D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 125 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.31 |
| HSL | 19.2º | 0.24% | 0.59% | - |
| HSV(B) | 19.2º | 0.29% | 0.69% | - |
| XYZ | 30.91 | 29.64 | 23.5 | - |
| YUV | 149.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 125 | 0 | 0.19 | 0.29 | 0.31 | 19.2 | 0.24 | 0.59 |
| Hex | AF | 8D | 7D | 0 | 13 | 1D | 1F | 13 | 18 | 3B |
| Octal | 257 | 215 | 175 | 0 | 23 | 35 | 37 | 23 | 30 | 73 |
| Binary | 10101111 | 10001101 | 1111101 | 0 | 10011 | 11101 | 11111 | 10011 | 11000 | 111011 |
Color Harmonies of #AF8D7D
Complementary color
Monochromatic Colors of #AF8D7D
Black with #AF8D7D
Text Example
Text Example
White with #AF8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D7D; }
p { color: rgb(175,141,125); }
H1.HeaderClassName
{
color: #AF8D7D;
}
.AnyTagClassName
{
color: #AF8D7D;
}
</style>
background-color css
<style>
a { background-color: #AF8D7D; }
a { background-color: rgb(175,141,125); }
div.DivClassName
{
background-color: #AF8D7D;
}
.BgClassName
{
background-color: #AF8D7D;
}
</style>
border-color css
<style>
span { border-color: #AF8D7D; }
span { border-color: rgb(175,141,125); }
td.TdClassName
{
border-color: #AF8D7D;
}
.TagClassName
{
border-color: #AF8D7D;
}
</style>