Shades of Sandrift #AF957B
Tints of Sandrift #AF957B
RGB
CMYK
RGB Variations
Color information
#AF957B (or 0xAF957B) is known color: Sandrift. HEX triplet: AF, 95 and 7B. RGB value is (175,149,123). Sum of RGB (Red+Green+Blue) = 175+149+123=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957B is #506A84. Grayscale: #999999. Windows color (decimal): -5270149 or 8099247. OLE color: 8099247.
HSL color Cylindrical-coordinate representation of color #AF957B: hue angle of 30º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF957B is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 123 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.31 |
| HSL | 30º | 0.25% | 0.58% | - |
| HSV(B) | 30º | 0.3% | 0.69% | - |
| XYZ | 32 | 32.04 | 23.24 | - |
| YUV | 153.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 123 | 0 | 0.15 | 0.30 | 0.31 | 30 | 0.25 | 0.58 |
| Hex | AF | 95 | 7B | 0 | F | 1E | 1F | 1E | 19 | 3A |
| Octal | 257 | 225 | 173 | 0 | 17 | 36 | 37 | 36 | 31 | 72 |
| Binary | 10101111 | 10010101 | 1111011 | 0 | 1111 | 11110 | 11111 | 11110 | 11001 | 111010 |
Color Harmonies of #AF957B
Complementary color
Monochromatic Colors of #AF957B
Black with #AF957B
Text Example
Text Example
White with #AF957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF957B; }
p { color: rgb(175,149,123); }
H1.HeaderClassName
{
color: #AF957B;
}
.AnyTagClassName
{
color: #AF957B;
}
</style>
background-color css
<style>
a { background-color: #AF957B; }
a { background-color: rgb(175,149,123); }
div.DivClassName
{
background-color: #AF957B;
}
.BgClassName
{
background-color: #AF957B;
}
</style>
border-color css
<style>
span { border-color: #AF957B; }
span { border-color: rgb(175,149,123); }
td.TdClassName
{
border-color: #AF957B;
}
.TagClassName
{
border-color: #AF957B;
}
</style>