Shades of Sorrell Brown #A5855F
Tints of Sorrell Brown #A5855F
RGB
CMYK
RGB Variations
Color information
#A5855F (or 0xA5855F) is known color: Sorrell Brown. HEX triplet: A5, 85 and 5F. RGB value is (165,133,95). Sum of RGB (Red+Green+Blue) = 165+133+95=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855F is #5A7AA0. Grayscale: #8A8A8A. Windows color (decimal): -5929633 or 6260133. OLE color: 6260133.
HSL color Cylindrical-coordinate representation of color #A5855F: hue angle of 32.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5855F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 95 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.35 |
| HSL | 32.57º | 0.28% | 0.51% | - |
| HSV(B) | 32.57º | 0.42% | 0.65% | - |
| XYZ | 25.97 | 25.6 | 14.4 | - |
| YUV | 138.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 95 | 0 | 0.19 | 0.42 | 0.35 | 32.57 | 0.28 | 0.51 |
| Hex | A5 | 85 | 5F | 0 | 13 | 2A | 23 | 21 | 1C | 33 |
| Octal | 245 | 205 | 137 | 0 | 23 | 52 | 43 | 41 | 34 | 63 |
| Binary | 10100101 | 10000101 | 1011111 | 0 | 10011 | 101010 | 100011 | 100001 | 11100 | 110011 |
Color Harmonies of #A5855F
Complementary color
Monochromatic Colors of #A5855F
Black with #A5855F
Text Example
Text Example
White with #A5855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5855F; }
p { color: rgb(165,133,95); }
H1.HeaderClassName
{
color: #A5855F;
}
.AnyTagClassName
{
color: #A5855F;
}
</style>
background-color css
<style>
a { background-color: #A5855F; }
a { background-color: rgb(165,133,95); }
div.DivClassName
{
background-color: #A5855F;
}
.BgClassName
{
background-color: #A5855F;
}
</style>
border-color css
<style>
span { border-color: #A5855F; }
span { border-color: rgb(165,133,95); }
td.TdClassName
{
border-color: #A5855F;
}
.TagClassName
{
border-color: #A5855F;
}
</style>