Shades of Sandrift #AF8F7E
Tints of Sandrift #AF8F7E
RGB
CMYK
RGB Variations
Color information
#AF8F7E (or 0xAF8F7E) is known color: Sandrift. HEX triplet: AF, 8F and 7E. RGB value is (175,143,126). Sum of RGB (Red+Green+Blue) = 175+143+126=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7E is #507081. Grayscale: #969696. Windows color (decimal): -5271682 or 8294319. OLE color: 8294319.
HSL color Cylindrical-coordinate representation of color #AF8F7E: hue angle of 20.82º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF8F7E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 126 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.31 |
| HSL | 20.82º | 0.23% | 0.59% | - |
| HSV(B) | 20.82º | 0.28% | 0.69% | - |
| XYZ | 31.27 | 30.27 | 23.93 | - |
| YUV | 150.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 126 | 0 | 0.18 | 0.28 | 0.31 | 20.82 | 0.23 | 0.59 |
| Hex | AF | 8F | 7E | 0 | 12 | 1C | 1F | 15 | 17 | 3B |
| Octal | 257 | 217 | 176 | 0 | 22 | 34 | 37 | 25 | 27 | 73 |
| Binary | 10101111 | 10001111 | 1111110 | 0 | 10010 | 11100 | 11111 | 10101 | 10111 | 111011 |
Color Harmonies of #AF8F7E
Complementary color
Monochromatic Colors of #AF8F7E
Black with #AF8F7E
Text Example
Text Example
White with #AF8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F7E; }
p { color: rgb(175,143,126); }
H1.HeaderClassName
{
color: #AF8F7E;
}
.AnyTagClassName
{
color: #AF8F7E;
}
</style>
background-color css
<style>
a { background-color: #AF8F7E; }
a { background-color: rgb(175,143,126); }
div.DivClassName
{
background-color: #AF8F7E;
}
.BgClassName
{
background-color: #AF8F7E;
}
</style>
border-color css
<style>
span { border-color: #AF8F7E; }
span { border-color: rgb(175,143,126); }
td.TdClassName
{
border-color: #AF8F7E;
}
.TagClassName
{
border-color: #AF8F7E;
}
</style>