Shades of Sorrell Brown #A0825D
Tints of Sorrell Brown #A0825D
RGB
CMYK
RGB Variations
Color information
#A0825D (or 0xA0825D) is known color: Sorrell Brown. HEX triplet: A0, 82 and 5D. RGB value is (160,130,93). Sum of RGB (Red+Green+Blue) = 160+130+93=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0825D is #5F7DA2. Grayscale: #868686. Windows color (decimal): -6258083 or 6128288. OLE color: 6128288.
HSL color Cylindrical-coordinate representation of color #A0825D: hue angle of 33.13º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0825D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 93 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.37 |
| HSL | 33.13º | 0.26% | 0.5% | - |
| HSV(B) | 33.13º | 0.42% | 0.63% | - |
| XYZ | 24.46 | 24.23 | 13.74 | - |
| YUV | 134.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 93 | 0 | 0.19 | 0.42 | 0.37 | 33.13 | 0.26 | 0.5 |
| Hex | A0 | 82 | 5D | 0 | 13 | 2A | 25 | 21 | 1A | 32 |
| Octal | 240 | 202 | 135 | 0 | 23 | 52 | 45 | 41 | 32 | 62 |
| Binary | 10100000 | 10000010 | 1011101 | 0 | 10011 | 101010 | 100101 | 100001 | 11010 | 110010 |
Color Harmonies of #A0825D
Complementary color
Monochromatic Colors of #A0825D
Black with #A0825D
Text Example
Text Example
White with #A0825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0825D; }
p { color: rgb(160,130,93); }
H1.HeaderClassName
{
color: #A0825D;
}
.AnyTagClassName
{
color: #A0825D;
}
</style>
background-color css
<style>
a { background-color: #A0825D; }
a { background-color: rgb(160,130,93); }
div.DivClassName
{
background-color: #A0825D;
}
.BgClassName
{
background-color: #A0825D;
}
</style>
border-color css
<style>
span { border-color: #A0825D; }
span { border-color: rgb(160,130,93); }
td.TdClassName
{
border-color: #A0825D;
}
.TagClassName
{
border-color: #A0825D;
}
</style>