Shades of Sandrift #AF947D
Tints of Sandrift #AF947D
RGB
CMYK
RGB Variations
Color information
#AF947D (or 0xAF947D) is known color: Sandrift. HEX triplet: AF, 94 and 7D. RGB value is (175,148,125). Sum of RGB (Red+Green+Blue) = 175+148+125=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947D is #506B82. Grayscale: #999999. Windows color (decimal): -5270403 or 8230063. OLE color: 8230063.
HSL color Cylindrical-coordinate representation of color #AF947D: hue angle of 27.6º 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 #AF947D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 125 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.31 |
| HSL | 27.6º | 0.24% | 0.59% | - |
| HSV(B) | 27.6º | 0.29% | 0.69% | - |
| XYZ | 31.97 | 31.77 | 23.85 | - |
| YUV | 153.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 125 | 0 | 0.15 | 0.29 | 0.31 | 27.6 | 0.24 | 0.59 |
| Hex | AF | 94 | 7D | 0 | F | 1D | 1F | 1C | 18 | 3B |
| Octal | 257 | 224 | 175 | 0 | 17 | 35 | 37 | 34 | 30 | 73 |
| Binary | 10101111 | 10010100 | 1111101 | 0 | 1111 | 11101 | 11111 | 11100 | 11000 | 111011 |
Color Harmonies of #AF947D
Complementary color
Monochromatic Colors of #AF947D
Black with #AF947D
Text Example
Text Example
White with #AF947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF947D; }
p { color: rgb(175,148,125); }
H1.HeaderClassName
{
color: #AF947D;
}
.AnyTagClassName
{
color: #AF947D;
}
</style>
background-color css
<style>
a { background-color: #AF947D; }
a { background-color: rgb(175,148,125); }
div.DivClassName
{
background-color: #AF947D;
}
.BgClassName
{
background-color: #AF947D;
}
</style>
border-color css
<style>
span { border-color: #AF947D; }
span { border-color: rgb(175,148,125); }
td.TdClassName
{
border-color: #AF947D;
}
.TagClassName
{
border-color: #AF947D;
}
</style>