Shades of Sandrift #AF9184
Tints of Sandrift #AF9184
RGB
CMYK
RGB Variations
Color information
#AF9184 (or 0xAF9184) is known color: Sandrift. HEX triplet: AF, 91 and 84. RGB value is (175,145,132). Sum of RGB (Red+Green+Blue) = 175+145+132=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9184 is #506E7B. Grayscale: #989898. Windows color (decimal): -5271164 or 8688047. OLE color: 8688047.
HSL color Cylindrical-coordinate representation of color #AF9184: hue angle of 18.14º 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 #AF9184 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 132 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.31 |
| HSL | 18.14º | 0.21% | 0.6% | - |
| HSV(B) | 18.14º | 0.25% | 0.69% | - |
| XYZ | 31.97 | 31.03 | 26.13 | - |
| YUV | 152.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 132 | 0 | 0.17 | 0.25 | 0.31 | 18.14 | 0.21 | 0.6 |
| Hex | AF | 91 | 84 | 0 | 11 | 19 | 1F | 12 | 15 | 3C |
| Octal | 257 | 221 | 204 | 0 | 21 | 31 | 37 | 22 | 25 | 74 |
| Binary | 10101111 | 10010001 | 10000100 | 0 | 10001 | 11001 | 11111 | 10010 | 10101 | 111100 |
Color Harmonies of #AF9184
Complementary color
Monochromatic Colors of #AF9184
Black with #AF9184
Text Example
Text Example
White with #AF9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9184; }
p { color: rgb(175,145,132); }
H1.HeaderClassName
{
color: #AF9184;
}
.AnyTagClassName
{
color: #AF9184;
}
</style>
background-color css
<style>
a { background-color: #AF9184; }
a { background-color: rgb(175,145,132); }
div.DivClassName
{
background-color: #AF9184;
}
.BgClassName
{
background-color: #AF9184;
}
</style>
border-color css
<style>
span { border-color: #AF9184; }
span { border-color: rgb(175,145,132); }
td.TdClassName
{
border-color: #AF9184;
}
.TagClassName
{
border-color: #AF9184;
}
</style>