Shades of Sandrift #AF9183
Tints of Sandrift #AF9183
RGB
CMYK
RGB Variations
Color information
#AF9183 (or 0xAF9183) is known color: Sandrift. HEX triplet: AF, 91 and 83. RGB value is (175,145,131). Sum of RGB (Red+Green+Blue) = 175+145+131=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9183 is #506E7C. Grayscale: #989898. Windows color (decimal): -5271165 or 8622511. OLE color: 8622511.
HSL color Cylindrical-coordinate representation of color #AF9183: hue angle of 19.09º degrees, saturation: 0.22, 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 #AF9183 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 131 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.31 |
| HSL | 19.09º | 0.22% | 0.6% | - |
| HSV(B) | 19.09º | 0.25% | 0.69% | - |
| XYZ | 31.9 | 31 | 25.78 | - |
| YUV | 152.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 131 | 0 | 0.17 | 0.25 | 0.31 | 19.09 | 0.22 | 0.6 |
| Hex | AF | 91 | 83 | 0 | 11 | 19 | 1F | 13 | 16 | 3C |
| Octal | 257 | 221 | 203 | 0 | 21 | 31 | 37 | 23 | 26 | 74 |
| Binary | 10101111 | 10010001 | 10000011 | 0 | 10001 | 11001 | 11111 | 10011 | 10110 | 111100 |
Color Harmonies of #AF9183
Complementary color
Monochromatic Colors of #AF9183
Black with #AF9183
Text Example
Text Example
White with #AF9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9183; }
p { color: rgb(175,145,131); }
H1.HeaderClassName
{
color: #AF9183;
}
.AnyTagClassName
{
color: #AF9183;
}
</style>
background-color css
<style>
a { background-color: #AF9183; }
a { background-color: rgb(175,145,131); }
div.DivClassName
{
background-color: #AF9183;
}
.BgClassName
{
background-color: #AF9183;
}
</style>
border-color css
<style>
span { border-color: #AF9183; }
span { border-color: rgb(175,145,131); }
td.TdClassName
{
border-color: #AF9183;
}
.TagClassName
{
border-color: #AF9183;
}
</style>