Shades of Sandrift #AF977B
Tints of Sandrift #AF977B
RGB
CMYK
RGB Variations
Color information
#AF977B (or 0xAF977B) is known color: Sandrift. HEX triplet: AF, 97 and 7B. RGB value is (175,151,123). Sum of RGB (Red+Green+Blue) = 175+151+123=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977B is #506884. Grayscale: #9B9B9B. Windows color (decimal): -5269637 or 8099759. OLE color: 8099759.
HSL color Cylindrical-coordinate representation of color #AF977B: hue angle of 32.31º 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 #AF977B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 123 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.31 |
| HSL | 32.31º | 0.25% | 0.58% | - |
| HSV(B) | 32.31º | 0.3% | 0.69% | - |
| XYZ | 32.32 | 32.68 | 23.34 | - |
| YUV | 154.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 123 | 0 | 0.14 | 0.30 | 0.31 | 32.31 | 0.25 | 0.58 |
| Hex | AF | 97 | 7B | 0 | E | 1E | 1F | 20 | 19 | 3A |
| Octal | 257 | 227 | 173 | 0 | 16 | 36 | 37 | 40 | 31 | 72 |
| Binary | 10101111 | 10010111 | 1111011 | 0 | 1110 | 11110 | 11111 | 100000 | 11001 | 111010 |
Color Harmonies of #AF977B
Complementary color
Monochromatic Colors of #AF977B
Black with #AF977B
Text Example
Text Example
White with #AF977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF977B; }
p { color: rgb(175,151,123); }
H1.HeaderClassName
{
color: #AF977B;
}
.AnyTagClassName
{
color: #AF977B;
}
</style>
background-color css
<style>
a { background-color: #AF977B; }
a { background-color: rgb(175,151,123); }
div.DivClassName
{
background-color: #AF977B;
}
.BgClassName
{
background-color: #AF977B;
}
</style>
border-color css
<style>
span { border-color: #AF977B; }
span { border-color: rgb(175,151,123); }
td.TdClassName
{
border-color: #AF977B;
}
.TagClassName
{
border-color: #AF977B;
}
</style>