Shades of Sandrift #AF9881
Tints of Sandrift #AF9881
RGB
CMYK
RGB Variations
Color information
#AF9881 (or 0xAF9881) is known color: Sandrift. HEX triplet: AF, 98 and 81. RGB value is (175,152,129). Sum of RGB (Red+Green+Blue) = 175+152+129=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9881 is #50677E. Grayscale: #9C9C9C. Windows color (decimal): -5269375 or 8493231. OLE color: 8493231.
HSL color Cylindrical-coordinate representation of color #AF9881: hue angle of 30º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9881 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 129 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.31 |
| HSL | 30º | 0.22% | 0.6% | - |
| HSV(B) | 30º | 0.26% | 0.69% | - |
| XYZ | 32.87 | 33.16 | 25.44 | - |
| YUV | 156.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 129 | 0 | 0.13 | 0.26 | 0.31 | 30 | 0.22 | 0.6 |
| Hex | AF | 98 | 81 | 0 | D | 1A | 1F | 1E | 16 | 3C |
| Octal | 257 | 230 | 201 | 0 | 15 | 32 | 37 | 36 | 26 | 74 |
| Binary | 10101111 | 10011000 | 10000001 | 0 | 1101 | 11010 | 11111 | 11110 | 10110 | 111100 |
Color Harmonies of #AF9881
Complementary color
Monochromatic Colors of #AF9881
Black with #AF9881
Text Example
Text Example
White with #AF9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9881; }
p { color: rgb(175,152,129); }
H1.HeaderClassName
{
color: #AF9881;
}
.AnyTagClassName
{
color: #AF9881;
}
</style>
background-color css
<style>
a { background-color: #AF9881; }
a { background-color: rgb(175,152,129); }
div.DivClassName
{
background-color: #AF9881;
}
.BgClassName
{
background-color: #AF9881;
}
</style>
border-color css
<style>
span { border-color: #AF9881; }
span { border-color: rgb(175,152,129); }
td.TdClassName
{
border-color: #AF9881;
}
.TagClassName
{
border-color: #AF9881;
}
</style>