Shades of Sandrift #A58C83
Tints of Sandrift #A58C83
RGB
CMYK
RGB Variations
Color information
#A58C83 (or 0xA58C83) is known color: Sandrift. HEX triplet: A5, 8C and 83. RGB value is (165,140,131). Sum of RGB (Red+Green+Blue) = 165+140+131=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C83 is #5A737C. Grayscale: #929292. Windows color (decimal): -5927805 or 8621221. OLE color: 8621221.
HSL color Cylindrical-coordinate representation of color #A58C83: hue angle of 15.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58C83 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 131 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.35 |
| HSL | 15.88º | 0.16% | 0.58% | - |
| HSV(B) | 15.88º | 0.21% | 0.65% | - |
| XYZ | 28.99 | 28.39 | 25.43 | - |
| YUV | 146.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 131 | 0 | 0.15 | 0.21 | 0.35 | 15.88 | 0.16 | 0.58 |
| Hex | A5 | 8C | 83 | 0 | F | 15 | 23 | 10 | 10 | 3A |
| Octal | 245 | 214 | 203 | 0 | 17 | 25 | 43 | 20 | 20 | 72 |
| Binary | 10100101 | 10001100 | 10000011 | 0 | 1111 | 10101 | 100011 | 10000 | 10000 | 111010 |
Color Harmonies of #A58C83
Complementary color
Monochromatic Colors of #A58C83
Black with #A58C83
Text Example
Text Example
White with #A58C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C83; }
p { color: rgb(165,140,131); }
H1.HeaderClassName
{
color: #A58C83;
}
.AnyTagClassName
{
color: #A58C83;
}
</style>
background-color css
<style>
a { background-color: #A58C83; }
a { background-color: rgb(165,140,131); }
div.DivClassName
{
background-color: #A58C83;
}
.BgClassName
{
background-color: #A58C83;
}
</style>
border-color css
<style>
span { border-color: #A58C83; }
span { border-color: rgb(165,140,131); }
td.TdClassName
{
border-color: #A58C83;
}
.TagClassName
{
border-color: #A58C83;
}
</style>