Shades of Sorrell Brown #A0825C
Tints of Sorrell Brown #A0825C
RGB
CMYK
RGB Variations
Color information
#A0825C (or 0xA0825C) is known color: Sorrell Brown. HEX triplet: A0, 82 and 5C. RGB value is (160,130,92). Sum of RGB (Red+Green+Blue) = 160+130+92=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0825C is #5F7DA3. Grayscale: #868686. Windows color (decimal): -6258084 or 6062752. OLE color: 6062752.
HSL color Cylindrical-coordinate representation of color #A0825C: hue angle of 33.53º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0825C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 92 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.37 |
| HSL | 33.53º | 0.27% | 0.49% | - |
| HSV(B) | 33.53º | 0.43% | 0.63% | - |
| XYZ | 24.41 | 24.21 | 13.51 | - |
| YUV | 134.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 92 | 0 | 0.19 | 0.43 | 0.37 | 33.53 | 0.27 | 0.49 |
| Hex | A0 | 82 | 5C | 0 | 13 | 2B | 25 | 22 | 1B | 31 |
| Octal | 240 | 202 | 134 | 0 | 23 | 53 | 45 | 42 | 33 | 61 |
| Binary | 10100000 | 10000010 | 1011100 | 0 | 10011 | 101011 | 100101 | 100010 | 11011 | 110001 |
Color Harmonies of #A0825C
Complementary color
Monochromatic Colors of #A0825C
Black with #A0825C
Text Example
Text Example
White with #A0825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0825C; }
p { color: rgb(160,130,92); }
H1.HeaderClassName
{
color: #A0825C;
}
.AnyTagClassName
{
color: #A0825C;
}
</style>
background-color css
<style>
a { background-color: #A0825C; }
a { background-color: rgb(160,130,92); }
div.DivClassName
{
background-color: #A0825C;
}
.BgClassName
{
background-color: #A0825C;
}
</style>
border-color css
<style>
span { border-color: #A0825C; }
span { border-color: rgb(160,130,92); }
td.TdClassName
{
border-color: #A0825C;
}
.TagClassName
{
border-color: #A0825C;
}
</style>