Shades of Sandrift #AF8F75
Tints of Sandrift #AF8F75
RGB
CMYK
RGB Variations
Color information
#AF8F75 (or 0xAF8F75) is known color: Sandrift. HEX triplet: AF, 8F and 75. RGB value is (175,143,117). Sum of RGB (Red+Green+Blue) = 175+143+117=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F75 is #50708A. Grayscale: #959595. Windows color (decimal): -5271691 or 7704495. OLE color: 7704495.
HSL color Cylindrical-coordinate representation of color #AF8F75: hue angle of 26.9º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8F75 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 117 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.31 |
| HSL | 26.9º | 0.27% | 0.57% | - |
| HSV(B) | 26.9º | 0.33% | 0.69% | - |
| XYZ | 30.71 | 30.04 | 21.01 | - |
| YUV | 149.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 117 | 0 | 0.18 | 0.33 | 0.31 | 26.9 | 0.27 | 0.57 |
| Hex | AF | 8F | 75 | 0 | 12 | 21 | 1F | 1B | 1B | 39 |
| Octal | 257 | 217 | 165 | 0 | 22 | 41 | 37 | 33 | 33 | 71 |
| Binary | 10101111 | 10001111 | 1110101 | 0 | 10010 | 100001 | 11111 | 11011 | 11011 | 111001 |
Color Harmonies of #AF8F75
Complementary color
Monochromatic Colors of #AF8F75
Black with #AF8F75
Text Example
Text Example
White with #AF8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F75; }
p { color: rgb(175,143,117); }
H1.HeaderClassName
{
color: #AF8F75;
}
.AnyTagClassName
{
color: #AF8F75;
}
</style>
background-color css
<style>
a { background-color: #AF8F75; }
a { background-color: rgb(175,143,117); }
div.DivClassName
{
background-color: #AF8F75;
}
.BgClassName
{
background-color: #AF8F75;
}
</style>
border-color css
<style>
span { border-color: #AF8F75; }
span { border-color: rgb(175,143,117); }
td.TdClassName
{
border-color: #AF8F75;
}
.TagClassName
{
border-color: #AF8F75;
}
</style>