Shades of Sandrift #AF8F7D
Tints of Sandrift #AF8F7D
RGB
CMYK
RGB Variations
Color information
#AF8F7D (or 0xAF8F7D) is known color: Sandrift. HEX triplet: AF, 8F and 7D. RGB value is (175,143,125). Sum of RGB (Red+Green+Blue) = 175+143+125=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7D is #507082. Grayscale: #969696. Windows color (decimal): -5271683 or 8228783. OLE color: 8228783.
HSL color Cylindrical-coordinate representation of color #AF8F7D: hue angle of 21.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF8F7D is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 125 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.31 |
| HSL | 21.6º | 0.24% | 0.59% | - |
| HSV(B) | 21.6º | 0.29% | 0.69% | - |
| XYZ | 31.2 | 30.24 | 23.59 | - |
| YUV | 150.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 125 | 0 | 0.18 | 0.29 | 0.31 | 21.6 | 0.24 | 0.59 |
| Hex | AF | 8F | 7D | 0 | 12 | 1D | 1F | 16 | 18 | 3B |
| Octal | 257 | 217 | 175 | 0 | 22 | 35 | 37 | 26 | 30 | 73 |
| Binary | 10101111 | 10001111 | 1111101 | 0 | 10010 | 11101 | 11111 | 10110 | 11000 | 111011 |
Color Harmonies of #AF8F7D
Complementary color
Monochromatic Colors of #AF8F7D
Black with #AF8F7D
Text Example
Text Example
White with #AF8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F7D; }
p { color: rgb(175,143,125); }
H1.HeaderClassName
{
color: #AF8F7D;
}
.AnyTagClassName
{
color: #AF8F7D;
}
</style>
background-color css
<style>
a { background-color: #AF8F7D; }
a { background-color: rgb(175,143,125); }
div.DivClassName
{
background-color: #AF8F7D;
}
.BgClassName
{
background-color: #AF8F7D;
}
</style>
border-color css
<style>
span { border-color: #AF8F7D; }
span { border-color: rgb(175,143,125); }
td.TdClassName
{
border-color: #AF8F7D;
}
.TagClassName
{
border-color: #AF8F7D;
}
</style>