Shades of Sorrell Brown #A1825B
Tints of Sorrell Brown #A1825B
RGB
CMYK
RGB Variations
Color information
#A1825B (or 0xA1825B) is known color: Sorrell Brown. HEX triplet: A1, 82 and 5B. RGB value is (161,130,91). Sum of RGB (Red+Green+Blue) = 161+130+91=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1825B is #5E7DA4. Grayscale: #878787. Windows color (decimal): -6192549 or 5997217. OLE color: 5997217.
HSL color Cylindrical-coordinate representation of color #A1825B: hue angle of 33.43º degrees, saturation: 0.28, 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 #A1825B is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 91 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.37 |
| HSL | 33.43º | 0.28% | 0.49% | - |
| HSV(B) | 33.43º | 0.43% | 0.63% | - |
| XYZ | 24.57 | 24.3 | 13.29 | - |
| YUV | 134.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 91 | 0 | 0.19 | 0.43 | 0.37 | 33.43 | 0.28 | 0.49 |
| Hex | A1 | 82 | 5B | 0 | 13 | 2B | 25 | 21 | 1C | 31 |
| Octal | 241 | 202 | 133 | 0 | 23 | 53 | 45 | 41 | 34 | 61 |
| Binary | 10100001 | 10000010 | 1011011 | 0 | 10011 | 101011 | 100101 | 100001 | 11100 | 110001 |
Color Harmonies of #A1825B
Complementary color
Monochromatic Colors of #A1825B
Black with #A1825B
Text Example
Text Example
White with #A1825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1825B; }
p { color: rgb(161,130,91); }
H1.HeaderClassName
{
color: #A1825B;
}
.AnyTagClassName
{
color: #A1825B;
}
</style>
background-color css
<style>
a { background-color: #A1825B; }
a { background-color: rgb(161,130,91); }
div.DivClassName
{
background-color: #A1825B;
}
.BgClassName
{
background-color: #A1825B;
}
</style>
border-color css
<style>
span { border-color: #A1825B; }
span { border-color: rgb(161,130,91); }
td.TdClassName
{
border-color: #A1825B;
}
.TagClassName
{
border-color: #A1825B;
}
</style>