Shades of Sandrift #AF937C
Tints of Sandrift #AF937C
RGB
CMYK
RGB Variations
Color information
#AF937C (or 0xAF937C) is known color: Sandrift. HEX triplet: AF, 93 and 7C. RGB value is (175,147,124). Sum of RGB (Red+Green+Blue) = 175+147+124=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937C is #506C83. Grayscale: #989898. Windows color (decimal): -5270660 or 8164271. OLE color: 8164271.
HSL color Cylindrical-coordinate representation of color #AF937C: hue angle of 27.06º 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 #AF937C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 124 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.31 |
| HSL | 27.06º | 0.24% | 0.59% | - |
| HSV(B) | 27.06º | 0.29% | 0.69% | - |
| XYZ | 31.75 | 31.44 | 23.46 | - |
| YUV | 152.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 124 | 0 | 0.16 | 0.29 | 0.31 | 27.06 | 0.24 | 0.59 |
| Hex | AF | 93 | 7C | 0 | 10 | 1D | 1F | 1B | 18 | 3B |
| Octal | 257 | 223 | 174 | 0 | 20 | 35 | 37 | 33 | 30 | 73 |
| Binary | 10101111 | 10010011 | 1111100 | 0 | 10000 | 11101 | 11111 | 11011 | 11000 | 111011 |
Color Harmonies of #AF937C
Complementary color
Monochromatic Colors of #AF937C
Black with #AF937C
Text Example
Text Example
White with #AF937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF937C; }
p { color: rgb(175,147,124); }
H1.HeaderClassName
{
color: #AF937C;
}
.AnyTagClassName
{
color: #AF937C;
}
</style>
background-color css
<style>
a { background-color: #AF937C; }
a { background-color: rgb(175,147,124); }
div.DivClassName
{
background-color: #AF937C;
}
.BgClassName
{
background-color: #AF937C;
}
</style>
border-color css
<style>
span { border-color: #AF937C; }
span { border-color: rgb(175,147,124); }
td.TdClassName
{
border-color: #AF937C;
}
.TagClassName
{
border-color: #AF937C;
}
</style>