Shades of Sandrift #AF937B
Tints of Sandrift #AF937B
RGB
CMYK
RGB Variations
Color information
#AF937B (or 0xAF937B) is known color: Sandrift. HEX triplet: AF, 93 and 7B. RGB value is (175,147,123). Sum of RGB (Red+Green+Blue) = 175+147+123=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937B is #506C84. Grayscale: #989898. Windows color (decimal): -5270661 or 8098735. OLE color: 8098735.
HSL color Cylindrical-coordinate representation of color #AF937B: hue angle of 27.69º 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 #AF937B is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 123 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.31 |
| HSL | 27.69º | 0.25% | 0.58% | - |
| HSV(B) | 27.69º | 0.3% | 0.69% | - |
| XYZ | 31.69 | 31.41 | 23.13 | - |
| YUV | 152.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 123 | 0 | 0.16 | 0.30 | 0.31 | 27.69 | 0.25 | 0.58 |
| Hex | AF | 93 | 7B | 0 | 10 | 1E | 1F | 1C | 19 | 3A |
| Octal | 257 | 223 | 173 | 0 | 20 | 36 | 37 | 34 | 31 | 72 |
| Binary | 10101111 | 10010011 | 1111011 | 0 | 10000 | 11110 | 11111 | 11100 | 11001 | 111010 |
Color Harmonies of #AF937B
Complementary color
Monochromatic Colors of #AF937B
Black with #AF937B
Text Example
Text Example
White with #AF937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF937B; }
p { color: rgb(175,147,123); }
H1.HeaderClassName
{
color: #AF937B;
}
.AnyTagClassName
{
color: #AF937B;
}
</style>
background-color css
<style>
a { background-color: #AF937B; }
a { background-color: rgb(175,147,123); }
div.DivClassName
{
background-color: #AF937B;
}
.BgClassName
{
background-color: #AF937B;
}
</style>
border-color css
<style>
span { border-color: #AF937B; }
span { border-color: rgb(175,147,123); }
td.TdClassName
{
border-color: #AF937B;
}
.TagClassName
{
border-color: #AF937B;
}
</style>