Shades of Sandrift #AF967D
Tints of Sandrift #AF967D
RGB
CMYK
RGB Variations
Color information
#AF967D (or 0xAF967D) is known color: Sandrift. HEX triplet: AF, 96 and 7D. RGB value is (175,150,125). Sum of RGB (Red+Green+Blue) = 175+150+125=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967D is #506982. Grayscale: #9A9A9A. Windows color (decimal): -5269891 or 8230575. OLE color: 8230575.
HSL color Cylindrical-coordinate representation of color #AF967D: hue angle of 30º 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 #AF967D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 125 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.31 |
| HSL | 30º | 0.24% | 0.59% | - |
| HSV(B) | 30º | 0.29% | 0.69% | - |
| XYZ | 32.29 | 32.41 | 23.96 | - |
| YUV | 154.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 125 | 0 | 0.14 | 0.29 | 0.31 | 30 | 0.24 | 0.59 |
| Hex | AF | 96 | 7D | 0 | E | 1D | 1F | 1E | 18 | 3B |
| Octal | 257 | 226 | 175 | 0 | 16 | 35 | 37 | 36 | 30 | 73 |
| Binary | 10101111 | 10010110 | 1111101 | 0 | 1110 | 11101 | 11111 | 11110 | 11000 | 111011 |
Color Harmonies of #AF967D
Complementary color
Monochromatic Colors of #AF967D
Black with #AF967D
Text Example
Text Example
White with #AF967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF967D; }
p { color: rgb(175,150,125); }
H1.HeaderClassName
{
color: #AF967D;
}
.AnyTagClassName
{
color: #AF967D;
}
</style>
background-color css
<style>
a { background-color: #AF967D; }
a { background-color: rgb(175,150,125); }
div.DivClassName
{
background-color: #AF967D;
}
.BgClassName
{
background-color: #AF967D;
}
</style>
border-color css
<style>
span { border-color: #AF967D; }
span { border-color: rgb(175,150,125); }
td.TdClassName
{
border-color: #AF967D;
}
.TagClassName
{
border-color: #AF967D;
}
</style>