Shades of Sandrift #A48D7B
Tints of Sandrift #A48D7B
RGB
CMYK
RGB Variations
Color information
#A48D7B (or 0xA48D7B) is known color: Sandrift. HEX triplet: A4, 8D and 7B. RGB value is (164,141,123). Sum of RGB (Red+Green+Blue) = 164+141+123=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D7B is #5B7284. Grayscale: #919191. Windows color (decimal): -5993093 or 8097188. OLE color: 8097188.
HSL color Cylindrical-coordinate representation of color #A48D7B: hue angle of 26.34º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A48D7B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 123 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.36 |
| HSL | 26.34º | 0.18% | 0.56% | - |
| HSV(B) | 26.34º | 0.25% | 0.64% | - |
| XYZ | 28.41 | 28.37 | 22.72 | - |
| YUV | 145.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 123 | 0 | 0.14 | 0.25 | 0.36 | 26.34 | 0.18 | 0.56 |
| Hex | A4 | 8D | 7B | 0 | E | 19 | 24 | 1A | 12 | 38 |
| Octal | 244 | 215 | 173 | 0 | 16 | 31 | 44 | 32 | 22 | 70 |
| Binary | 10100100 | 10001101 | 1111011 | 0 | 1110 | 11001 | 100100 | 11010 | 10010 | 111000 |
Color Harmonies of #A48D7B
Complementary color
Monochromatic Colors of #A48D7B
Black with #A48D7B
Text Example
Text Example
White with #A48D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D7B; }
p { color: rgb(164,141,123); }
H1.HeaderClassName
{
color: #A48D7B;
}
.AnyTagClassName
{
color: #A48D7B;
}
</style>
background-color css
<style>
a { background-color: #A48D7B; }
a { background-color: rgb(164,141,123); }
div.DivClassName
{
background-color: #A48D7B;
}
.BgClassName
{
background-color: #A48D7B;
}
</style>
border-color css
<style>
span { border-color: #A48D7B; }
span { border-color: rgb(164,141,123); }
td.TdClassName
{
border-color: #A48D7B;
}
.TagClassName
{
border-color: #A48D7B;
}
</style>