Shades of Sorrell Brown #A07D61
Tints of Sorrell Brown #A07D61
RGB
CMYK
RGB Variations
Color information
#A07D61 (or 0xA07D61) is known color: Sorrell Brown. HEX triplet: A0, 7D and 61. RGB value is (160,125,97). Sum of RGB (Red+Green+Blue) = 160+125+97=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D61 is #5F829E. Grayscale: #848484. Windows color (decimal): -6259359 or 6389152. OLE color: 6389152.
HSL color Cylindrical-coordinate representation of color #A07D61: hue angle of 26.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07D61 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 97 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.37 |
| HSL | 26.67º | 0.25% | 0.5% | - |
| HSV(B) | 26.67º | 0.39% | 0.63% | - |
| XYZ | 23.99 | 23 | 14.49 | - |
| YUV | 132.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 97 | 0 | 0.22 | 0.39 | 0.37 | 26.67 | 0.25 | 0.5 |
| Hex | A0 | 7D | 61 | 0 | 16 | 27 | 25 | 1B | 19 | 32 |
| Octal | 240 | 175 | 141 | 0 | 26 | 47 | 45 | 33 | 31 | 62 |
| Binary | 10100000 | 1111101 | 1100001 | 0 | 10110 | 100111 | 100101 | 11011 | 11001 | 110010 |
Color Harmonies of #A07D61
Complementary color
Monochromatic Colors of #A07D61
Black with #A07D61
Text Example
Text Example
White with #A07D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D61; }
p { color: rgb(160,125,97); }
H1.HeaderClassName
{
color: #A07D61;
}
.AnyTagClassName
{
color: #A07D61;
}
</style>
background-color css
<style>
a { background-color: #A07D61; }
a { background-color: rgb(160,125,97); }
div.DivClassName
{
background-color: #A07D61;
}
.BgClassName
{
background-color: #A07D61;
}
</style>
border-color css
<style>
span { border-color: #A07D61; }
span { border-color: rgb(160,125,97); }
td.TdClassName
{
border-color: #A07D61;
}
.TagClassName
{
border-color: #A07D61;
}
</style>