Shades of Sandrift #A58D7B
Tints of Sandrift #A58D7B
RGB
CMYK
RGB Variations
Color information
#A58D7B (or 0xA58D7B) is known color: Sandrift. HEX triplet: A5, 8D and 7B. RGB value is (165,141,123). Sum of RGB (Red+Green+Blue) = 165+141+123=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D7B is #5A7284. Grayscale: #929292. Windows color (decimal): -5927557 or 8097189. OLE color: 8097189.
HSL color Cylindrical-coordinate representation of color #A58D7B: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58D7B is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 123 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.35 |
| HSL | 25.71º | 0.19% | 0.56% | - |
| HSV(B) | 25.71º | 0.25% | 0.65% | - |
| XYZ | 28.62 | 28.48 | 22.73 | - |
| YUV | 146.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 123 | 0 | 0.15 | 0.25 | 0.35 | 25.71 | 0.19 | 0.56 |
| Hex | A5 | 8D | 7B | 0 | F | 19 | 23 | 1A | 13 | 38 |
| Octal | 245 | 215 | 173 | 0 | 17 | 31 | 43 | 32 | 23 | 70 |
| Binary | 10100101 | 10001101 | 1111011 | 0 | 1111 | 11001 | 100011 | 11010 | 10011 | 111000 |
Color Harmonies of #A58D7B
Complementary color
Monochromatic Colors of #A58D7B
Black with #A58D7B
Text Example
Text Example
White with #A58D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D7B; }
p { color: rgb(165,141,123); }
H1.HeaderClassName
{
color: #A58D7B;
}
.AnyTagClassName
{
color: #A58D7B;
}
</style>
background-color css
<style>
a { background-color: #A58D7B; }
a { background-color: rgb(165,141,123); }
div.DivClassName
{
background-color: #A58D7B;
}
.BgClassName
{
background-color: #A58D7B;
}
</style>
border-color css
<style>
span { border-color: #A58D7B; }
span { border-color: rgb(165,141,123); }
td.TdClassName
{
border-color: #A58D7B;
}
.TagClassName
{
border-color: #A58D7B;
}
</style>