Shades of Sandrift #AF8A76
Tints of Sandrift #AF8A76
RGB
CMYK
RGB Variations
Color information
#AF8A76 (or 0xAF8A76) is known color: Sandrift. HEX triplet: AF, 8A and 76. RGB value is (175,138,118). Sum of RGB (Red+Green+Blue) = 175+138+118=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A76 is #507589. Grayscale: #929292. Windows color (decimal): -5272970 or 7768751. OLE color: 7768751.
HSL color Cylindrical-coordinate representation of color #AF8A76: hue angle of 21.05º degrees, saturation: 0.26, 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 #AF8A76 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 118 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.31 |
| HSL | 21.05º | 0.26% | 0.57% | - |
| HSV(B) | 21.05º | 0.33% | 0.69% | - |
| XYZ | 30.04 | 28.6 | 21.08 | - |
| YUV | 146.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 118 | 0 | 0.21 | 0.33 | 0.31 | 21.05 | 0.26 | 0.57 |
| Hex | AF | 8A | 76 | 0 | 15 | 21 | 1F | 15 | 1A | 39 |
| Octal | 257 | 212 | 166 | 0 | 25 | 41 | 37 | 25 | 32 | 71 |
| Binary | 10101111 | 10001010 | 1110110 | 0 | 10101 | 100001 | 11111 | 10101 | 11010 | 111001 |
Color Harmonies of #AF8A76
Complementary color
Monochromatic Colors of #AF8A76
Black with #AF8A76
Text Example
Text Example
White with #AF8A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A76; }
p { color: rgb(175,138,118); }
H1.HeaderClassName
{
color: #AF8A76;
}
.AnyTagClassName
{
color: #AF8A76;
}
</style>
background-color css
<style>
a { background-color: #AF8A76; }
a { background-color: rgb(175,138,118); }
div.DivClassName
{
background-color: #AF8A76;
}
.BgClassName
{
background-color: #AF8A76;
}
</style>
border-color css
<style>
span { border-color: #AF8A76; }
span { border-color: rgb(175,138,118); }
td.TdClassName
{
border-color: #AF8A76;
}
.TagClassName
{
border-color: #AF8A76;
}
</style>