Shades of Sandrift #AF9584
Tints of Sandrift #AF9584
RGB
CMYK
RGB Variations
Color information
#AF9584 (or 0xAF9584) is known color: Sandrift. HEX triplet: AF, 95 and 84. RGB value is (175,149,132). Sum of RGB (Red+Green+Blue) = 175+149+132=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9584 is #506A7B. Grayscale: #9A9A9A. Windows color (decimal): -5270140 or 8689071. OLE color: 8689071.
HSL color Cylindrical-coordinate representation of color #AF9584: hue angle of 23.72º 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 #AF9584 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 132 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.31 |
| HSL | 23.72º | 0.21% | 0.6% | - |
| HSV(B) | 23.72º | 0.25% | 0.69% | - |
| XYZ | 32.59 | 32.27 | 26.34 | - |
| YUV | 154.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 132 | 0 | 0.15 | 0.25 | 0.31 | 23.72 | 0.21 | 0.6 |
| Hex | AF | 95 | 84 | 0 | F | 19 | 1F | 18 | 15 | 3C |
| Octal | 257 | 225 | 204 | 0 | 17 | 31 | 37 | 30 | 25 | 74 |
| Binary | 10101111 | 10010101 | 10000100 | 0 | 1111 | 11001 | 11111 | 11000 | 10101 | 111100 |
Color Harmonies of #AF9584
Complementary color
Monochromatic Colors of #AF9584
Black with #AF9584
Text Example
Text Example
White with #AF9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9584; }
p { color: rgb(175,149,132); }
H1.HeaderClassName
{
color: #AF9584;
}
.AnyTagClassName
{
color: #AF9584;
}
</style>
background-color css
<style>
a { background-color: #AF9584; }
a { background-color: rgb(175,149,132); }
div.DivClassName
{
background-color: #AF9584;
}
.BgClassName
{
background-color: #AF9584;
}
</style>
border-color css
<style>
span { border-color: #AF9584; }
span { border-color: rgb(175,149,132); }
td.TdClassName
{
border-color: #AF9584;
}
.TagClassName
{
border-color: #AF9584;
}
</style>