Shades of Sandrift #AF957E
Tints of Sandrift #AF957E
RGB
CMYK
RGB Variations
Color information
#AF957E (or 0xAF957E) is known color: Sandrift. HEX triplet: AF, 95 and 7E. RGB value is (175,149,126). Sum of RGB (Red+Green+Blue) = 175+149+126=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957E is #506A81. Grayscale: #9A9A9A. Windows color (decimal): -5270146 or 8295855. OLE color: 8295855.
HSL color Cylindrical-coordinate representation of color #AF957E: hue angle of 28.16º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF957E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 126 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.31 |
| HSL | 28.16º | 0.23% | 0.59% | - |
| HSV(B) | 28.16º | 0.28% | 0.69% | - |
| XYZ | 32.19 | 32.12 | 24.24 | - |
| YUV | 154.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 126 | 0 | 0.15 | 0.28 | 0.31 | 28.16 | 0.23 | 0.59 |
| Hex | AF | 95 | 7E | 0 | F | 1C | 1F | 1C | 17 | 3B |
| Octal | 257 | 225 | 176 | 0 | 17 | 34 | 37 | 34 | 27 | 73 |
| Binary | 10101111 | 10010101 | 1111110 | 0 | 1111 | 11100 | 11111 | 11100 | 10111 | 111011 |
Color Harmonies of #AF957E
Complementary color
Monochromatic Colors of #AF957E
Black with #AF957E
Text Example
Text Example
White with #AF957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF957E; }
p { color: rgb(175,149,126); }
H1.HeaderClassName
{
color: #AF957E;
}
.AnyTagClassName
{
color: #AF957E;
}
</style>
background-color css
<style>
a { background-color: #AF957E; }
a { background-color: rgb(175,149,126); }
div.DivClassName
{
background-color: #AF957E;
}
.BgClassName
{
background-color: #AF957E;
}
</style>
border-color css
<style>
span { border-color: #AF957E; }
span { border-color: rgb(175,149,126); }
td.TdClassName
{
border-color: #AF957E;
}
.TagClassName
{
border-color: #AF957E;
}
</style>