Shades of Sandrift #A48E7D
Tints of Sandrift #A48E7D
RGB
CMYK
RGB Variations
Color information
#A48E7D (or 0xA48E7D) is known color: Sandrift. HEX triplet: A4, 8E and 7D. RGB value is (164,142,125). Sum of RGB (Red+Green+Blue) = 164+142+125=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E7D is #5B7182. Grayscale: #929292. Windows color (decimal): -5992835 or 8228516. OLE color: 8228516.
HSL color Cylindrical-coordinate representation of color #A48E7D: hue angle of 26.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48E7D is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 125 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.36 |
| HSL | 26.15º | 0.18% | 0.57% | - |
| HSV(B) | 26.15º | 0.24% | 0.64% | - |
| XYZ | 28.68 | 28.72 | 23.43 | - |
| YUV | 146.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 125 | 0 | 0.13 | 0.24 | 0.36 | 26.15 | 0.18 | 0.57 |
| Hex | A4 | 8E | 7D | 0 | D | 18 | 24 | 1A | 12 | 39 |
| Octal | 244 | 216 | 175 | 0 | 15 | 30 | 44 | 32 | 22 | 71 |
| Binary | 10100100 | 10001110 | 1111101 | 0 | 1101 | 11000 | 100100 | 11010 | 10010 | 111001 |
Color Harmonies of #A48E7D
Complementary color
Monochromatic Colors of #A48E7D
Black with #A48E7D
Text Example
Text Example
White with #A48E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E7D; }
p { color: rgb(164,142,125); }
H1.HeaderClassName
{
color: #A48E7D;
}
.AnyTagClassName
{
color: #A48E7D;
}
</style>
background-color css
<style>
a { background-color: #A48E7D; }
a { background-color: rgb(164,142,125); }
div.DivClassName
{
background-color: #A48E7D;
}
.BgClassName
{
background-color: #A48E7D;
}
</style>
border-color css
<style>
span { border-color: #A48E7D; }
span { border-color: rgb(164,142,125); }
td.TdClassName
{
border-color: #A48E7D;
}
.TagClassName
{
border-color: #A48E7D;
}
</style>