Shades of Sandrift #AF8C78
Tints of Sandrift #AF8C78
RGB
CMYK
RGB Variations
Color information
#AF8C78 (or 0xAF8C78) is known color: Sandrift. HEX triplet: AF, 8C and 78. RGB value is (175,140,120). Sum of RGB (Red+Green+Blue) = 175+140+120=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C78 is #507387. Grayscale: #949494. Windows color (decimal): -5272456 or 7900335. OLE color: 7900335.
HSL color Cylindrical-coordinate representation of color #AF8C78: hue angle of 21.82º 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 #AF8C78 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 120 | - |
| CMYK | 0 | 0.2 | 0.31 | 0.31 |
| HSL | 21.82º | 0.26% | 0.58% | - |
| HSV(B) | 21.82º | 0.31% | 0.69% | - |
| XYZ | 30.45 | 29.23 | 21.81 | - |
| YUV | 148.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 120 | 0 | 0.2 | 0.31 | 0.31 | 21.82 | 0.26 | 0.58 |
| Hex | AF | 8C | 78 | 0 | 14 | 1F | 1F | 16 | 1A | 3A |
| Octal | 257 | 214 | 170 | 0 | 24 | 37 | 37 | 26 | 32 | 72 |
| Binary | 10101111 | 10001100 | 1111000 | 0 | 10100 | 11111 | 11111 | 10110 | 11010 | 111010 |
Color Harmonies of #AF8C78
Complementary color
Monochromatic Colors of #AF8C78
Black with #AF8C78
Text Example
Text Example
White with #AF8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C78; }
p { color: rgb(175,140,120); }
H1.HeaderClassName
{
color: #AF8C78;
}
.AnyTagClassName
{
color: #AF8C78;
}
</style>
background-color css
<style>
a { background-color: #AF8C78; }
a { background-color: rgb(175,140,120); }
div.DivClassName
{
background-color: #AF8C78;
}
.BgClassName
{
background-color: #AF8C78;
}
</style>
border-color css
<style>
span { border-color: #AF8C78; }
span { border-color: rgb(175,140,120); }
td.TdClassName
{
border-color: #AF8C78;
}
.TagClassName
{
border-color: #AF8C78;
}
</style>