Shades of Sandrift #AF917B
Tints of Sandrift #AF917B
RGB
CMYK
RGB Variations
Color information
#AF917B (or 0xAF917B) is known color: Sandrift. HEX triplet: AF, 91 and 7B. RGB value is (175,145,123). Sum of RGB (Red+Green+Blue) = 175+145+123=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917B is #506E84. Grayscale: #979797. Windows color (decimal): -5271173 or 8098223. OLE color: 8098223.
HSL color Cylindrical-coordinate representation of color #AF917B: hue angle of 25.38º 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 #AF917B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 123 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.31 |
| HSL | 25.38º | 0.25% | 0.58% | - |
| HSV(B) | 25.38º | 0.3% | 0.69% | - |
| XYZ | 31.38 | 30.79 | 23.03 | - |
| YUV | 151.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 123 | 0 | 0.17 | 0.30 | 0.31 | 25.38 | 0.25 | 0.58 |
| Hex | AF | 91 | 7B | 0 | 11 | 1E | 1F | 19 | 19 | 3A |
| Octal | 257 | 221 | 173 | 0 | 21 | 36 | 37 | 31 | 31 | 72 |
| Binary | 10101111 | 10010001 | 1111011 | 0 | 10001 | 11110 | 11111 | 11001 | 11001 | 111010 |
Color Harmonies of #AF917B
Complementary color
Monochromatic Colors of #AF917B
Black with #AF917B
Text Example
Text Example
White with #AF917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF917B; }
p { color: rgb(175,145,123); }
H1.HeaderClassName
{
color: #AF917B;
}
.AnyTagClassName
{
color: #AF917B;
}
</style>
background-color css
<style>
a { background-color: #AF917B; }
a { background-color: rgb(175,145,123); }
div.DivClassName
{
background-color: #AF917B;
}
.BgClassName
{
background-color: #AF917B;
}
</style>
border-color css
<style>
span { border-color: #AF917B; }
span { border-color: rgb(175,145,123); }
td.TdClassName
{
border-color: #AF917B;
}
.TagClassName
{
border-color: #AF917B;
}
</style>