Shades of Sandrift #AF8F80
Tints of Sandrift #AF8F80
RGB
CMYK
RGB Variations
Color information
#AF8F80 (or 0xAF8F80) is known color: Sandrift. HEX triplet: AF, 8F and 80. RGB value is (175,143,128). Sum of RGB (Red+Green+Blue) = 175+143+128=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F80 is #50707F. Grayscale: #969696. Windows color (decimal): -5271680 or 8425391. OLE color: 8425391.
HSL color Cylindrical-coordinate representation of color #AF8F80: hue angle of 19.15º 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 #AF8F80 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 128 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.31 |
| HSL | 19.15º | 0.23% | 0.59% | - |
| HSV(B) | 19.15º | 0.27% | 0.69% | - |
| XYZ | 31.4 | 30.32 | 24.62 | - |
| YUV | 150.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 128 | 0 | 0.18 | 0.27 | 0.31 | 19.15 | 0.23 | 0.59 |
| Hex | AF | 8F | 80 | 0 | 12 | 1B | 1F | 13 | 17 | 3B |
| Octal | 257 | 217 | 200 | 0 | 22 | 33 | 37 | 23 | 27 | 73 |
| Binary | 10101111 | 10001111 | 10000000 | 0 | 10010 | 11011 | 11111 | 10011 | 10111 | 111011 |
Color Harmonies of #AF8F80
Complementary color
Monochromatic Colors of #AF8F80
Black with #AF8F80
Text Example
Text Example
White with #AF8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F80; }
p { color: rgb(175,143,128); }
H1.HeaderClassName
{
color: #AF8F80;
}
.AnyTagClassName
{
color: #AF8F80;
}
</style>
background-color css
<style>
a { background-color: #AF8F80; }
a { background-color: rgb(175,143,128); }
div.DivClassName
{
background-color: #AF8F80;
}
.BgClassName
{
background-color: #AF8F80;
}
</style>
border-color css
<style>
span { border-color: #AF8F80; }
span { border-color: rgb(175,143,128); }
td.TdClassName
{
border-color: #AF8F80;
}
.TagClassName
{
border-color: #AF8F80;
}
</style>