Shades of Sandrift #AF9485
Tints of Sandrift #AF9485
RGB
CMYK
RGB Variations
Color information
#AF9485 (or 0xAF9485) is known color: Sandrift. HEX triplet: AF, 94 and 85. RGB value is (175,148,133). Sum of RGB (Red+Green+Blue) = 175+148+133=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9485 is #506B7A. Grayscale: #9A9A9A. Windows color (decimal): -5270395 or 8754351. OLE color: 8754351.
HSL color Cylindrical-coordinate representation of color #AF9485: hue angle of 21.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9485 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 133 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.31 |
| HSL | 21.43º | 0.21% | 0.6% | - |
| HSV(B) | 21.43º | 0.24% | 0.69% | - |
| XYZ | 32.5 | 31.99 | 26.65 | - |
| YUV | 154.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 133 | 0 | 0.15 | 0.24 | 0.31 | 21.43 | 0.21 | 0.6 |
| Hex | AF | 94 | 85 | 0 | F | 18 | 1F | 15 | 15 | 3C |
| Octal | 257 | 224 | 205 | 0 | 17 | 30 | 37 | 25 | 25 | 74 |
| Binary | 10101111 | 10010100 | 10000101 | 0 | 1111 | 11000 | 11111 | 10101 | 10101 | 111100 |
Color Harmonies of #AF9485
Complementary color
Monochromatic Colors of #AF9485
Black with #AF9485
Text Example
Text Example
White with #AF9485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9485; }
p { color: rgb(175,148,133); }
H1.HeaderClassName
{
color: #AF9485;
}
.AnyTagClassName
{
color: #AF9485;
}
</style>
background-color css
<style>
a { background-color: #AF9485; }
a { background-color: rgb(175,148,133); }
div.DivClassName
{
background-color: #AF9485;
}
.BgClassName
{
background-color: #AF9485;
}
</style>
border-color css
<style>
span { border-color: #AF9485; }
span { border-color: rgb(175,148,133); }
td.TdClassName
{
border-color: #AF9485;
}
.TagClassName
{
border-color: #AF9485;
}
</style>