Shades of Sandrift #AF9675
Tints of Sandrift #AF9675
RGB
CMYK
RGB Variations
Color information
#AF9675 (or 0xAF9675) is known color: Sandrift. HEX triplet: AF, 96 and 75. RGB value is (175,150,117). Sum of RGB (Red+Green+Blue) = 175+150+117=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9675 is #50698A. Grayscale: #999999. Windows color (decimal): -5269899 or 7706287. OLE color: 7706287.
HSL color Cylindrical-coordinate representation of color #AF9675: hue angle of 34.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9675 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 117 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.31 |
| HSL | 34.14º | 0.27% | 0.57% | - |
| HSV(B) | 34.14º | 0.33% | 0.69% | - |
| XYZ | 31.8 | 32.21 | 21.37 | - |
| YUV | 153.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 117 | 0 | 0.14 | 0.33 | 0.31 | 34.14 | 0.27 | 0.57 |
| Hex | AF | 96 | 75 | 0 | E | 21 | 1F | 22 | 1B | 39 |
| Octal | 257 | 226 | 165 | 0 | 16 | 41 | 37 | 42 | 33 | 71 |
| Binary | 10101111 | 10010110 | 1110101 | 0 | 1110 | 100001 | 11111 | 100010 | 11011 | 111001 |
Color Harmonies of #AF9675
Complementary color
Monochromatic Colors of #AF9675
Black with #AF9675
Text Example
Text Example
White with #AF9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9675; }
p { color: rgb(175,150,117); }
H1.HeaderClassName
{
color: #AF9675;
}
.AnyTagClassName
{
color: #AF9675;
}
</style>
background-color css
<style>
a { background-color: #AF9675; }
a { background-color: rgb(175,150,117); }
div.DivClassName
{
background-color: #AF9675;
}
.BgClassName
{
background-color: #AF9675;
}
</style>
border-color css
<style>
span { border-color: #AF9675; }
span { border-color: rgb(175,150,117); }
td.TdClassName
{
border-color: #AF9675;
}
.TagClassName
{
border-color: #AF9675;
}
</style>