Shades of Sorrell Brown #A57F5B
Tints of Sorrell Brown #A57F5B
RGB
CMYK
RGB Variations
Color information
#A57F5B (or 0xA57F5B) is known color: Sorrell Brown. HEX triplet: A5, 7F and 5B. RGB value is (165,127,91). Sum of RGB (Red+Green+Blue) = 165+127+91=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F5B is #5A80A4. Grayscale: #868686. Windows color (decimal): -5931173 or 5996453. OLE color: 5996453.
HSL color Cylindrical-coordinate representation of color #A57F5B: hue angle of 29.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A57F5B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 91 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.35 |
| HSL | 29.19º | 0.29% | 0.5% | - |
| HSV(B) | 29.19º | 0.45% | 0.65% | - |
| XYZ | 24.99 | 23.93 | 13.2 | - |
| YUV | 134.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 91 | 0 | 0.23 | 0.45 | 0.35 | 29.19 | 0.29 | 0.5 |
| Hex | A5 | 7F | 5B | 0 | 17 | 2D | 23 | 1D | 1D | 32 |
| Octal | 245 | 177 | 133 | 0 | 27 | 55 | 43 | 35 | 35 | 62 |
| Binary | 10100101 | 1111111 | 1011011 | 0 | 10111 | 101101 | 100011 | 11101 | 11101 | 110010 |
Color Harmonies of #A57F5B
Complementary color
Monochromatic Colors of #A57F5B
Black with #A57F5B
Text Example
Text Example
White with #A57F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F5B; }
p { color: rgb(165,127,91); }
H1.HeaderClassName
{
color: #A57F5B;
}
.AnyTagClassName
{
color: #A57F5B;
}
</style>
background-color css
<style>
a { background-color: #A57F5B; }
a { background-color: rgb(165,127,91); }
div.DivClassName
{
background-color: #A57F5B;
}
.BgClassName
{
background-color: #A57F5B;
}
</style>
border-color css
<style>
span { border-color: #A57F5B; }
span { border-color: rgb(165,127,91); }
td.TdClassName
{
border-color: #A57F5B;
}
.TagClassName
{
border-color: #A57F5B;
}
</style>