Shades of Sorrell Brown #A08662
Tints of Sorrell Brown #A08662
RGB
CMYK
RGB Variations
Color information
#A08662 (or 0xA08662) is known color: Sorrell Brown. HEX triplet: A0, 86 and 62. RGB value is (160,134,98). Sum of RGB (Red+Green+Blue) = 160+134+98=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08662 is #5F799D. Grayscale: #898989. Windows color (decimal): -6257054 or 6456992. OLE color: 6456992.
HSL color Cylindrical-coordinate representation of color #A08662: hue angle of 34.84º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08662 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 98 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.37 |
| HSL | 34.84º | 0.25% | 0.51% | - |
| HSV(B) | 34.84º | 0.39% | 0.63% | - |
| XYZ | 25.23 | 25.41 | 15.13 | - |
| YUV | 137.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 98 | 0 | 0.16 | 0.39 | 0.37 | 34.84 | 0.25 | 0.51 |
| Hex | A0 | 86 | 62 | 0 | 10 | 27 | 25 | 23 | 19 | 33 |
| Octal | 240 | 206 | 142 | 0 | 20 | 47 | 45 | 43 | 31 | 63 |
| Binary | 10100000 | 10000110 | 1100010 | 0 | 10000 | 100111 | 100101 | 100011 | 11001 | 110011 |
Color Harmonies of #A08662
Complementary color
Monochromatic Colors of #A08662
Black with #A08662
Text Example
Text Example
White with #A08662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08662; }
p { color: rgb(160,134,98); }
H1.HeaderClassName
{
color: #A08662;
}
.AnyTagClassName
{
color: #A08662;
}
</style>
background-color css
<style>
a { background-color: #A08662; }
a { background-color: rgb(160,134,98); }
div.DivClassName
{
background-color: #A08662;
}
.BgClassName
{
background-color: #A08662;
}
</style>
border-color css
<style>
span { border-color: #A08662; }
span { border-color: rgb(160,134,98); }
td.TdClassName
{
border-color: #A08662;
}
.TagClassName
{
border-color: #A08662;
}
</style>