Shades of Sandrift #AF8F73
Tints of Sandrift #AF8F73
RGB
CMYK
RGB Variations
Color information
#AF8F73 (or 0xAF8F73) is known color: Sandrift. HEX triplet: AF, 8F and 73. RGB value is (175,143,115). Sum of RGB (Red+Green+Blue) = 175+143+115=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F73 is #50708C. Grayscale: #959595. Windows color (decimal): -5271693 or 7573423. OLE color: 7573423.
HSL color Cylindrical-coordinate representation of color #AF8F73: hue angle of 28º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8F73 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 115 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.31 |
| HSL | 28º | 0.27% | 0.57% | - |
| HSV(B) | 28º | 0.34% | 0.69% | - |
| XYZ | 30.6 | 30 | 20.4 | - |
| YUV | 149.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 115 | 0 | 0.18 | 0.34 | 0.31 | 28 | 0.27 | 0.57 |
| Hex | AF | 8F | 73 | 0 | 12 | 22 | 1F | 1C | 1B | 39 |
| Octal | 257 | 217 | 163 | 0 | 22 | 42 | 37 | 34 | 33 | 71 |
| Binary | 10101111 | 10001111 | 1110011 | 0 | 10010 | 100010 | 11111 | 11100 | 11011 | 111001 |
Color Harmonies of #AF8F73
Complementary color
Monochromatic Colors of #AF8F73
Black with #AF8F73
Text Example
Text Example
White with #AF8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F73; }
p { color: rgb(175,143,115); }
H1.HeaderClassName
{
color: #AF8F73;
}
.AnyTagClassName
{
color: #AF8F73;
}
</style>
background-color css
<style>
a { background-color: #AF8F73; }
a { background-color: rgb(175,143,115); }
div.DivClassName
{
background-color: #AF8F73;
}
.BgClassName
{
background-color: #AF8F73;
}
</style>
border-color css
<style>
span { border-color: #AF8F73; }
span { border-color: rgb(175,143,115); }
td.TdClassName
{
border-color: #AF8F73;
}
.TagClassName
{
border-color: #AF8F73;
}
</style>