Shades of Sandrift #AF9385
Tints of Sandrift #AF9385
RGB
CMYK
RGB Variations
Color information
#AF9385 (or 0xAF9385) is known color: Sandrift. HEX triplet: AF, 93 and 85. RGB value is (175,147,133). Sum of RGB (Red+Green+Blue) = 175+147+133=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9385 is #506C7A. Grayscale: #999999. Windows color (decimal): -5270651 or 8754095. OLE color: 8754095.
HSL color Cylindrical-coordinate representation of color #AF9385: hue angle of 20º 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 #AF9385 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 133 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.31 |
| HSL | 20º | 0.21% | 0.6% | - |
| HSV(B) | 20º | 0.24% | 0.69% | - |
| XYZ | 32.35 | 31.67 | 26.6 | - |
| YUV | 153.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 133 | 0 | 0.16 | 0.24 | 0.31 | 20 | 0.21 | 0.6 |
| Hex | AF | 93 | 85 | 0 | 10 | 18 | 1F | 14 | 15 | 3C |
| Octal | 257 | 223 | 205 | 0 | 20 | 30 | 37 | 24 | 25 | 74 |
| Binary | 10101111 | 10010011 | 10000101 | 0 | 10000 | 11000 | 11111 | 10100 | 10101 | 111100 |
Color Harmonies of #AF9385
Complementary color
Monochromatic Colors of #AF9385
Black with #AF9385
Text Example
Text Example
White with #AF9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9385; }
p { color: rgb(175,147,133); }
H1.HeaderClassName
{
color: #AF9385;
}
.AnyTagClassName
{
color: #AF9385;
}
</style>
background-color css
<style>
a { background-color: #AF9385; }
a { background-color: rgb(175,147,133); }
div.DivClassName
{
background-color: #AF9385;
}
.BgClassName
{
background-color: #AF9385;
}
</style>
border-color css
<style>
span { border-color: #AF9385; }
span { border-color: rgb(175,147,133); }
td.TdClassName
{
border-color: #AF9385;
}
.TagClassName
{
border-color: #AF9385;
}
</style>