Shades of Sandrift #AF917D
Tints of Sandrift #AF917D
RGB
CMYK
RGB Variations
Color information
#AF917D (or 0xAF917D) is known color: Sandrift. HEX triplet: AF, 91 and 7D. RGB value is (175,145,125). Sum of RGB (Red+Green+Blue) = 175+145+125=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917D is #506E82. Grayscale: #979797. Windows color (decimal): -5271171 or 8229295. OLE color: 8229295.
HSL color Cylindrical-coordinate representation of color #AF917D: hue angle of 24º 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 #AF917D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 125 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.31 |
| HSL | 24º | 0.24% | 0.59% | - |
| HSV(B) | 24º | 0.29% | 0.69% | - |
| XYZ | 31.51 | 30.85 | 23.7 | - |
| YUV | 151.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 125 | 0 | 0.17 | 0.29 | 0.31 | 24 | 0.24 | 0.59 |
| Hex | AF | 91 | 7D | 0 | 11 | 1D | 1F | 18 | 18 | 3B |
| Octal | 257 | 221 | 175 | 0 | 21 | 35 | 37 | 30 | 30 | 73 |
| Binary | 10101111 | 10010001 | 1111101 | 0 | 10001 | 11101 | 11111 | 11000 | 11000 | 111011 |
Color Harmonies of #AF917D
Complementary color
Monochromatic Colors of #AF917D
Black with #AF917D
Text Example
Text Example
White with #AF917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF917D; }
p { color: rgb(175,145,125); }
H1.HeaderClassName
{
color: #AF917D;
}
.AnyTagClassName
{
color: #AF917D;
}
</style>
background-color css
<style>
a { background-color: #AF917D; }
a { background-color: rgb(175,145,125); }
div.DivClassName
{
background-color: #AF917D;
}
.BgClassName
{
background-color: #AF917D;
}
</style>
border-color css
<style>
span { border-color: #AF917D; }
span { border-color: rgb(175,145,125); }
td.TdClassName
{
border-color: #AF917D;
}
.TagClassName
{
border-color: #AF917D;
}
</style>