Shades of Sandrift #AF917A
Tints of Sandrift #AF917A
RGB
CMYK
RGB Variations
Color information
#AF917A (or 0xAF917A) is known color: Sandrift. HEX triplet: AF, 91 and 7A. RGB value is (175,145,122). Sum of RGB (Red+Green+Blue) = 175+145+122=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917A is #506E85. Grayscale: #979797. Windows color (decimal): -5271174 or 8032687. OLE color: 8032687.
HSL color Cylindrical-coordinate representation of color #AF917A: hue angle of 26.04º 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 #AF917A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 122 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.31 |
| HSL | 26.04º | 0.25% | 0.58% | - |
| HSV(B) | 26.04º | 0.3% | 0.69% | - |
| XYZ | 31.32 | 30.77 | 22.7 | - |
| YUV | 151.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 122 | 0 | 0.17 | 0.30 | 0.31 | 26.04 | 0.25 | 0.58 |
| Hex | AF | 91 | 7A | 0 | 11 | 1E | 1F | 1A | 19 | 3A |
| Octal | 257 | 221 | 172 | 0 | 21 | 36 | 37 | 32 | 31 | 72 |
| Binary | 10101111 | 10010001 | 1111010 | 0 | 10001 | 11110 | 11111 | 11010 | 11001 | 111010 |
Color Harmonies of #AF917A
Complementary color
Monochromatic Colors of #AF917A
Black with #AF917A
Text Example
Text Example
White with #AF917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF917A; }
p { color: rgb(175,145,122); }
H1.HeaderClassName
{
color: #AF917A;
}
.AnyTagClassName
{
color: #AF917A;
}
</style>
background-color css
<style>
a { background-color: #AF917A; }
a { background-color: rgb(175,145,122); }
div.DivClassName
{
background-color: #AF917A;
}
.BgClassName
{
background-color: #AF917A;
}
</style>
border-color css
<style>
span { border-color: #AF917A; }
span { border-color: rgb(175,145,122); }
td.TdClassName
{
border-color: #AF917A;
}
.TagClassName
{
border-color: #AF917A;
}
</style>