Shades of Sandrift #AF927D
Tints of Sandrift #AF927D
RGB
CMYK
RGB Variations
Color information
#AF927D (or 0xAF927D) is known color: Sandrift. HEX triplet: AF, 92 and 7D. RGB value is (175,146,125). Sum of RGB (Red+Green+Blue) = 175+146+125=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF927D is #506D82. Grayscale: #989898. Windows color (decimal): -5270915 or 8229551. OLE color: 8229551.
HSL color Cylindrical-coordinate representation of color #AF927D: hue angle of 25.2º 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 #AF927D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 125 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.31 |
| HSL | 25.2º | 0.24% | 0.59% | - |
| HSV(B) | 25.2º | 0.29% | 0.69% | - |
| XYZ | 31.66 | 31.15 | 23.75 | - |
| YUV | 152.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 125 | 0 | 0.17 | 0.29 | 0.31 | 25.2 | 0.24 | 0.59 |
| Hex | AF | 92 | 7D | 0 | 11 | 1D | 1F | 19 | 18 | 3B |
| Octal | 257 | 222 | 175 | 0 | 21 | 35 | 37 | 31 | 30 | 73 |
| Binary | 10101111 | 10010010 | 1111101 | 0 | 10001 | 11101 | 11111 | 11001 | 11000 | 111011 |
Color Harmonies of #AF927D
Complementary color
Monochromatic Colors of #AF927D
Black with #AF927D
Text Example
Text Example
White with #AF927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF927D; }
p { color: rgb(175,146,125); }
H1.HeaderClassName
{
color: #AF927D;
}
.AnyTagClassName
{
color: #AF927D;
}
</style>
background-color css
<style>
a { background-color: #AF927D; }
a { background-color: rgb(175,146,125); }
div.DivClassName
{
background-color: #AF927D;
}
.BgClassName
{
background-color: #AF927D;
}
</style>
border-color css
<style>
span { border-color: #AF927D; }
span { border-color: rgb(175,146,125); }
td.TdClassName
{
border-color: #AF927D;
}
.TagClassName
{
border-color: #AF927D;
}
</style>