Shades of Sandrift #AF967B
Tints of Sandrift #AF967B
RGB
CMYK
RGB Variations
Color information
#AF967B (or 0xAF967B) is known color: Sandrift. HEX triplet: AF, 96 and 7B. RGB value is (175,150,123). Sum of RGB (Red+Green+Blue) = 175+150+123=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967B is #506984. Grayscale: #9A9A9A. Windows color (decimal): -5269893 or 8099503. OLE color: 8099503.
HSL color Cylindrical-coordinate representation of color #AF967B: hue angle of 31.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF967B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 123 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.31 |
| HSL | 31.15º | 0.25% | 0.58% | - |
| HSV(B) | 31.15º | 0.3% | 0.69% | - |
| XYZ | 32.16 | 32.36 | 23.29 | - |
| YUV | 154.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 123 | 0 | 0.14 | 0.30 | 0.31 | 31.15 | 0.25 | 0.58 |
| Hex | AF | 96 | 7B | 0 | E | 1E | 1F | 1F | 19 | 3A |
| Octal | 257 | 226 | 173 | 0 | 16 | 36 | 37 | 37 | 31 | 72 |
| Binary | 10101111 | 10010110 | 1111011 | 0 | 1110 | 11110 | 11111 | 11111 | 11001 | 111010 |
Color Harmonies of #AF967B
Complementary color
Monochromatic Colors of #AF967B
Black with #AF967B
Text Example
Text Example
White with #AF967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF967B; }
p { color: rgb(175,150,123); }
H1.HeaderClassName
{
color: #AF967B;
}
.AnyTagClassName
{
color: #AF967B;
}
</style>
background-color css
<style>
a { background-color: #AF967B; }
a { background-color: rgb(175,150,123); }
div.DivClassName
{
background-color: #AF967B;
}
.BgClassName
{
background-color: #AF967B;
}
</style>
border-color css
<style>
span { border-color: #AF967B; }
span { border-color: rgb(175,150,123); }
td.TdClassName
{
border-color: #AF967B;
}
.TagClassName
{
border-color: #AF967B;
}
</style>