Shades of Sandrift #A58F7B
Tints of Sandrift #A58F7B
RGB
CMYK
RGB Variations
Color information
#A58F7B (or 0xA58F7B) is known color: Sandrift. HEX triplet: A5, 8F and 7B. RGB value is (165,143,123). Sum of RGB (Red+Green+Blue) = 165+143+123=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F7B is #5A7084. Grayscale: #939393. Windows color (decimal): -5927045 or 8097701. OLE color: 8097701.
HSL color Cylindrical-coordinate representation of color #A58F7B: hue angle of 28.57º 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 #A58F7B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 123 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.35 |
| HSL | 28.57º | 0.19% | 0.56% | - |
| HSV(B) | 28.57º | 0.25% | 0.65% | - |
| XYZ | 28.91 | 29.07 | 22.83 | - |
| YUV | 147.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 123 | 0 | 0.13 | 0.25 | 0.35 | 28.57 | 0.19 | 0.56 |
| Hex | A5 | 8F | 7B | 0 | D | 19 | 23 | 1D | 13 | 38 |
| Octal | 245 | 217 | 173 | 0 | 15 | 31 | 43 | 35 | 23 | 70 |
| Binary | 10100101 | 10001111 | 1111011 | 0 | 1101 | 11001 | 100011 | 11101 | 10011 | 111000 |
Color Harmonies of #A58F7B
Complementary color
Monochromatic Colors of #A58F7B
Black with #A58F7B
Text Example
Text Example
White with #A58F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F7B; }
p { color: rgb(165,143,123); }
H1.HeaderClassName
{
color: #A58F7B;
}
.AnyTagClassName
{
color: #A58F7B;
}
</style>
background-color css
<style>
a { background-color: #A58F7B; }
a { background-color: rgb(165,143,123); }
div.DivClassName
{
background-color: #A58F7B;
}
.BgClassName
{
background-color: #A58F7B;
}
</style>
border-color css
<style>
span { border-color: #A58F7B; }
span { border-color: rgb(165,143,123); }
td.TdClassName
{
border-color: #A58F7B;
}
.TagClassName
{
border-color: #A58F7B;
}
</style>