Shades of Sandrift #AF977D
Tints of Sandrift #AF977D
RGB
CMYK
RGB Variations
Color information
#AF977D (or 0xAF977D) is known color: Sandrift. HEX triplet: AF, 97 and 7D. RGB value is (175,151,125). Sum of RGB (Red+Green+Blue) = 175+151+125=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977D is #506882. Grayscale: #9B9B9B. Windows color (decimal): -5269635 or 8230831. OLE color: 8230831.
HSL color Cylindrical-coordinate representation of color #AF977D: hue angle of 31.2º 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 #AF977D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 125 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.31 |
| HSL | 31.2º | 0.24% | 0.59% | - |
| HSV(B) | 31.2º | 0.29% | 0.69% | - |
| XYZ | 32.45 | 32.73 | 24.01 | - |
| YUV | 155.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 125 | 0 | 0.14 | 0.29 | 0.31 | 31.2 | 0.24 | 0.59 |
| Hex | AF | 97 | 7D | 0 | E | 1D | 1F | 1F | 18 | 3B |
| Octal | 257 | 227 | 175 | 0 | 16 | 35 | 37 | 37 | 30 | 73 |
| Binary | 10101111 | 10010111 | 1111101 | 0 | 1110 | 11101 | 11111 | 11111 | 11000 | 111011 |
Color Harmonies of #AF977D
Complementary color
Monochromatic Colors of #AF977D
Black with #AF977D
Text Example
Text Example
White with #AF977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF977D; }
p { color: rgb(175,151,125); }
H1.HeaderClassName
{
color: #AF977D;
}
.AnyTagClassName
{
color: #AF977D;
}
</style>
background-color css
<style>
a { background-color: #AF977D; }
a { background-color: rgb(175,151,125); }
div.DivClassName
{
background-color: #AF977D;
}
.BgClassName
{
background-color: #AF977D;
}
</style>
border-color css
<style>
span { border-color: #AF977D; }
span { border-color: rgb(175,151,125); }
td.TdClassName
{
border-color: #AF977D;
}
.TagClassName
{
border-color: #AF977D;
}
</style>