Shades of Sandrift #AF8F78
Tints of Sandrift #AF8F78
RGB
CMYK
RGB Variations
Color information
#AF8F78 (or 0xAF8F78) is known color: Sandrift. HEX triplet: AF, 8F and 78. RGB value is (175,143,120). Sum of RGB (Red+Green+Blue) = 175+143+120=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F78 is #507087. Grayscale: #969696. Windows color (decimal): -5271688 or 7901103. OLE color: 7901103.
HSL color Cylindrical-coordinate representation of color #AF8F78: hue angle of 25.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8F78 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 120 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.31 |
| HSL | 25.09º | 0.26% | 0.58% | - |
| HSV(B) | 25.09º | 0.31% | 0.69% | - |
| XYZ | 30.89 | 30.11 | 21.95 | - |
| YUV | 149.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 120 | 0 | 0.18 | 0.31 | 0.31 | 25.09 | 0.26 | 0.58 |
| Hex | AF | 8F | 78 | 0 | 12 | 1F | 1F | 19 | 1A | 3A |
| Octal | 257 | 217 | 170 | 0 | 22 | 37 | 37 | 31 | 32 | 72 |
| Binary | 10101111 | 10001111 | 1111000 | 0 | 10010 | 11111 | 11111 | 11001 | 11010 | 111010 |
Color Harmonies of #AF8F78
Complementary color
Monochromatic Colors of #AF8F78
Black with #AF8F78
Text Example
Text Example
White with #AF8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F78; }
p { color: rgb(175,143,120); }
H1.HeaderClassName
{
color: #AF8F78;
}
.AnyTagClassName
{
color: #AF8F78;
}
</style>
background-color css
<style>
a { background-color: #AF8F78; }
a { background-color: rgb(175,143,120); }
div.DivClassName
{
background-color: #AF8F78;
}
.BgClassName
{
background-color: #AF8F78;
}
</style>
border-color css
<style>
span { border-color: #AF8F78; }
span { border-color: rgb(175,143,120); }
td.TdClassName
{
border-color: #AF8F78;
}
.TagClassName
{
border-color: #AF8F78;
}
</style>