Shades of Sandrift #A48D7E
Tints of Sandrift #A48D7E
RGB
CMYK
RGB Variations
Color information
#A48D7E (or 0xA48D7E) is known color: Sandrift. HEX triplet: A4, 8D and 7E. RGB value is (164,141,126). Sum of RGB (Red+Green+Blue) = 164+141+126=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D7E is #5B7281. Grayscale: #929292. Windows color (decimal): -5993090 or 8293796. OLE color: 8293796.
HSL color Cylindrical-coordinate representation of color #A48D7E: hue angle of 23.68º 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 #A48D7E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 126 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.36 |
| HSL | 23.68º | 0.17% | 0.57% | - |
| HSV(B) | 23.68º | 0.23% | 0.64% | - |
| XYZ | 28.6 | 28.45 | 23.72 | - |
| YUV | 146.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 126 | 0 | 0.14 | 0.23 | 0.36 | 23.68 | 0.17 | 0.57 |
| Hex | A4 | 8D | 7E | 0 | E | 17 | 24 | 18 | 11 | 39 |
| Octal | 244 | 215 | 176 | 0 | 16 | 27 | 44 | 30 | 21 | 71 |
| Binary | 10100100 | 10001101 | 1111110 | 0 | 1110 | 10111 | 100100 | 11000 | 10001 | 111001 |
Color Harmonies of #A48D7E
Complementary color
Monochromatic Colors of #A48D7E
Black with #A48D7E
Text Example
Text Example
White with #A48D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D7E; }
p { color: rgb(164,141,126); }
H1.HeaderClassName
{
color: #A48D7E;
}
.AnyTagClassName
{
color: #A48D7E;
}
</style>
background-color css
<style>
a { background-color: #A48D7E; }
a { background-color: rgb(164,141,126); }
div.DivClassName
{
background-color: #A48D7E;
}
.BgClassName
{
background-color: #A48D7E;
}
</style>
border-color css
<style>
span { border-color: #A48D7E; }
span { border-color: rgb(164,141,126); }
td.TdClassName
{
border-color: #A48D7E;
}
.TagClassName
{
border-color: #A48D7E;
}
</style>