Shades of Sandrift #A48F7E
Tints of Sandrift #A48F7E
RGB
CMYK
RGB Variations
Color information
#A48F7E (or 0xA48F7E) is known color: Sandrift. HEX triplet: A4, 8F and 7E. RGB value is (164,143,126). Sum of RGB (Red+Green+Blue) = 164+143+126=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F7E is #5B7081. Grayscale: #939393. Windows color (decimal): -5992578 or 8294308. OLE color: 8294308.
HSL color Cylindrical-coordinate representation of color #A48F7E: hue angle of 26.84º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48F7E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 126 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.36 |
| HSL | 26.84º | 0.17% | 0.57% | - |
| HSV(B) | 26.84º | 0.23% | 0.64% | - |
| XYZ | 28.9 | 29.04 | 23.82 | - |
| YUV | 147.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 126 | 0 | 0.13 | 0.23 | 0.36 | 26.84 | 0.17 | 0.57 |
| Hex | A4 | 8F | 7E | 0 | D | 17 | 24 | 1B | 11 | 39 |
| Octal | 244 | 217 | 176 | 0 | 15 | 27 | 44 | 33 | 21 | 71 |
| Binary | 10100100 | 10001111 | 1111110 | 0 | 1101 | 10111 | 100100 | 11011 | 10001 | 111001 |
Color Harmonies of #A48F7E
Complementary color
Monochromatic Colors of #A48F7E
Black with #A48F7E
Text Example
Text Example
White with #A48F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F7E; }
p { color: rgb(164,143,126); }
H1.HeaderClassName
{
color: #A48F7E;
}
.AnyTagClassName
{
color: #A48F7E;
}
</style>
background-color css
<style>
a { background-color: #A48F7E; }
a { background-color: rgb(164,143,126); }
div.DivClassName
{
background-color: #A48F7E;
}
.BgClassName
{
background-color: #A48F7E;
}
</style>
border-color css
<style>
span { border-color: #A48F7E; }
span { border-color: rgb(164,143,126); }
td.TdClassName
{
border-color: #A48F7E;
}
.TagClassName
{
border-color: #A48F7E;
}
</style>