Shades of Sandrift #AF9884
Tints of Sandrift #AF9884
RGB
CMYK
RGB Variations
Color information
#AF9884 (or 0xAF9884) is known color: Sandrift. HEX triplet: AF, 98 and 84. RGB value is (175,152,132). Sum of RGB (Red+Green+Blue) = 175+152+132=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9884 is #50677B. Grayscale: #9C9C9C. Windows color (decimal): -5269372 or 8689839. OLE color: 8689839.
HSL color Cylindrical-coordinate representation of color #AF9884: hue angle of 27.91º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9884 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 132 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.31 |
| HSL | 27.91º | 0.21% | 0.6% | - |
| HSV(B) | 27.91º | 0.25% | 0.69% | - |
| XYZ | 33.07 | 33.24 | 26.5 | - |
| YUV | 156.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 132 | 0 | 0.13 | 0.25 | 0.31 | 27.91 | 0.21 | 0.6 |
| Hex | AF | 98 | 84 | 0 | D | 19 | 1F | 1C | 15 | 3C |
| Octal | 257 | 230 | 204 | 0 | 15 | 31 | 37 | 34 | 25 | 74 |
| Binary | 10101111 | 10011000 | 10000100 | 0 | 1101 | 11001 | 11111 | 11100 | 10101 | 111100 |
Color Harmonies of #AF9884
Complementary color
Monochromatic Colors of #AF9884
Black with #AF9884
Text Example
Text Example
White with #AF9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9884; }
p { color: rgb(175,152,132); }
H1.HeaderClassName
{
color: #AF9884;
}
.AnyTagClassName
{
color: #AF9884;
}
</style>
background-color css
<style>
a { background-color: #AF9884; }
a { background-color: rgb(175,152,132); }
div.DivClassName
{
background-color: #AF9884;
}
.BgClassName
{
background-color: #AF9884;
}
</style>
border-color css
<style>
span { border-color: #AF9884; }
span { border-color: rgb(175,152,132); }
td.TdClassName
{
border-color: #AF9884;
}
.TagClassName
{
border-color: #AF9884;
}
</style>