Shades of Sandrift #AF9679
Tints of Sandrift #AF9679
RGB
CMYK
RGB Variations
Color information
#AF9679 (or 0xAF9679) is known color: Sandrift. HEX triplet: AF, 96 and 79. RGB value is (175,150,121). Sum of RGB (Red+Green+Blue) = 175+150+121=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9679 is #506986. Grayscale: #9A9A9A. Windows color (decimal): -5269895 or 7968431. OLE color: 7968431.
HSL color Cylindrical-coordinate representation of color #AF9679: hue angle of 32.22º degrees, saturation: 0.25, 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 #AF9679 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 121 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.31 |
| HSL | 32.22º | 0.25% | 0.58% | - |
| HSV(B) | 32.22º | 0.31% | 0.69% | - |
| XYZ | 32.04 | 32.31 | 22.64 | - |
| YUV | 154.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 121 | 0 | 0.14 | 0.31 | 0.31 | 32.22 | 0.25 | 0.58 |
| Hex | AF | 96 | 79 | 0 | E | 1F | 1F | 20 | 19 | 3A |
| Octal | 257 | 226 | 171 | 0 | 16 | 37 | 37 | 40 | 31 | 72 |
| Binary | 10101111 | 10010110 | 1111001 | 0 | 1110 | 11111 | 11111 | 100000 | 11001 | 111010 |
Color Harmonies of #AF9679
Complementary color
Monochromatic Colors of #AF9679
Black with #AF9679
Text Example
Text Example
White with #AF9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9679; }
p { color: rgb(175,150,121); }
H1.HeaderClassName
{
color: #AF9679;
}
.AnyTagClassName
{
color: #AF9679;
}
</style>
background-color css
<style>
a { background-color: #AF9679; }
a { background-color: rgb(175,150,121); }
div.DivClassName
{
background-color: #AF9679;
}
.BgClassName
{
background-color: #AF9679;
}
</style>
border-color css
<style>
span { border-color: #AF9679; }
span { border-color: rgb(175,150,121); }
td.TdClassName
{
border-color: #AF9679;
}
.TagClassName
{
border-color: #AF9679;
}
</style>