Shades of Sorrell Brown #A38561
Tints of Sorrell Brown #A38561
RGB
CMYK
RGB Variations
Color information
#A38561 (or 0xA38561) is known color: Sorrell Brown. HEX triplet: A3, 85 and 61. RGB value is (163,133,97). Sum of RGB (Red+Green+Blue) = 163+133+97=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38561 is #5C7A9E. Grayscale: #8A8A8A. Windows color (decimal): -6060703 or 6391203. OLE color: 6391203.
HSL color Cylindrical-coordinate representation of color #A38561: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38561 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 97 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.36 |
| HSL | 32.73º | 0.26% | 0.51% | - |
| HSV(B) | 32.73º | 0.4% | 0.64% | - |
| XYZ | 25.65 | 25.42 | 14.86 | - |
| YUV | 137.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 97 | 0 | 0.18 | 0.40 | 0.36 | 32.73 | 0.26 | 0.51 |
| Hex | A3 | 85 | 61 | 0 | 12 | 28 | 24 | 21 | 1A | 33 |
| Octal | 243 | 205 | 141 | 0 | 22 | 50 | 44 | 41 | 32 | 63 |
| Binary | 10100011 | 10000101 | 1100001 | 0 | 10010 | 101000 | 100100 | 100001 | 11010 | 110011 |
Color Harmonies of #A38561
Complementary color
Monochromatic Colors of #A38561
Black with #A38561
Text Example
Text Example
White with #A38561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38561; }
p { color: rgb(163,133,97); }
H1.HeaderClassName
{
color: #A38561;
}
.AnyTagClassName
{
color: #A38561;
}
</style>
background-color css
<style>
a { background-color: #A38561; }
a { background-color: rgb(163,133,97); }
div.DivClassName
{
background-color: #A38561;
}
.BgClassName
{
background-color: #A38561;
}
</style>
border-color css
<style>
span { border-color: #A38561; }
span { border-color: rgb(163,133,97); }
td.TdClassName
{
border-color: #A38561;
}
.TagClassName
{
border-color: #A38561;
}
</style>