Shades of Sandrift #AF927B
Tints of Sandrift #AF927B
RGB
CMYK
RGB Variations
Color information
#AF927B (or 0xAF927B) is known color: Sandrift. HEX triplet: AF, 92 and 7B. RGB value is (175,146,123). Sum of RGB (Red+Green+Blue) = 175+146+123=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF927B is #506D84. Grayscale: #989898. Windows color (decimal): -5270917 or 8098479. OLE color: 8098479.
HSL color Cylindrical-coordinate representation of color #AF927B: hue angle of 26.54º 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 #AF927B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 123 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.31 |
| HSL | 26.54º | 0.25% | 0.58% | - |
| HSV(B) | 26.54º | 0.3% | 0.69% | - |
| XYZ | 31.53 | 31.1 | 23.08 | - |
| YUV | 152.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 123 | 0 | 0.17 | 0.30 | 0.31 | 26.54 | 0.25 | 0.58 |
| Hex | AF | 92 | 7B | 0 | 11 | 1E | 1F | 1B | 19 | 3A |
| Octal | 257 | 222 | 173 | 0 | 21 | 36 | 37 | 33 | 31 | 72 |
| Binary | 10101111 | 10010010 | 1111011 | 0 | 10001 | 11110 | 11111 | 11011 | 11001 | 111010 |
Color Harmonies of #AF927B
Complementary color
Monochromatic Colors of #AF927B
Black with #AF927B
Text Example
Text Example
White with #AF927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF927B; }
p { color: rgb(175,146,123); }
H1.HeaderClassName
{
color: #AF927B;
}
.AnyTagClassName
{
color: #AF927B;
}
</style>
background-color css
<style>
a { background-color: #AF927B; }
a { background-color: rgb(175,146,123); }
div.DivClassName
{
background-color: #AF927B;
}
.BgClassName
{
background-color: #AF927B;
}
</style>
border-color css
<style>
span { border-color: #AF927B; }
span { border-color: rgb(175,146,123); }
td.TdClassName
{
border-color: #AF927B;
}
.TagClassName
{
border-color: #AF927B;
}
</style>