Shades of Sorrell Brown #A28062
Tints of Sorrell Brown #A28062
RGB
CMYK
RGB Variations
Color information
#A28062 (or 0xA28062) is known color: Sorrell Brown. HEX triplet: A2, 80 and 62. RGB value is (162,128,98). Sum of RGB (Red+Green+Blue) = 162+128+98=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28062 is #5D7F9D. Grayscale: #868686. Windows color (decimal): -6127518 or 6455458. OLE color: 6455458.
HSL color Cylindrical-coordinate representation of color #A28062: hue angle of 28.12º 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 #A28062 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 98 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.36 |
| HSL | 28.13º | 0.26% | 0.51% | - |
| HSV(B) | 28.13º | 0.4% | 0.64% | - |
| XYZ | 24.82 | 24 | 14.88 | - |
| YUV | 134.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 98 | 0 | 0.21 | 0.40 | 0.36 | 28.13 | 0.26 | 0.51 |
| Hex | A2 | 80 | 62 | 0 | 15 | 28 | 24 | 1C | 1A | 33 |
| Octal | 242 | 200 | 142 | 0 | 25 | 50 | 44 | 34 | 32 | 63 |
| Binary | 10100010 | 10000000 | 1100010 | 0 | 10101 | 101000 | 100100 | 11100 | 11010 | 110011 |
Color Harmonies of #A28062
Complementary color
Monochromatic Colors of #A28062
Black with #A28062
Text Example
Text Example
White with #A28062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28062; }
p { color: rgb(162,128,98); }
H1.HeaderClassName
{
color: #A28062;
}
.AnyTagClassName
{
color: #A28062;
}
</style>
background-color css
<style>
a { background-color: #A28062; }
a { background-color: rgb(162,128,98); }
div.DivClassName
{
background-color: #A28062;
}
.BgClassName
{
background-color: #A28062;
}
</style>
border-color css
<style>
span { border-color: #A28062; }
span { border-color: rgb(162,128,98); }
td.TdClassName
{
border-color: #A28062;
}
.TagClassName
{
border-color: #A28062;
}
</style>