Shades of Sorrell Brown #A27F60
Tints of Sorrell Brown #A27F60
RGB
CMYK
RGB Variations
Color information
#A27F60 (or 0xA27F60) is known color: Sorrell Brown. HEX triplet: A2, 7F and 60. RGB value is (162,127,96). Sum of RGB (Red+Green+Blue) = 162+127+96=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F60 is #5D809F. Grayscale: #868686. Windows color (decimal): -6127776 or 6324130. OLE color: 6324130.
HSL color Cylindrical-coordinate representation of color #A27F60: hue angle of 28.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27F60 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 96 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.36 |
| HSL | 28.18º | 0.26% | 0.51% | - |
| HSV(B) | 28.18º | 0.41% | 0.64% | - |
| XYZ | 24.6 | 23.7 | 14.35 | - |
| YUV | 133.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 96 | 0 | 0.22 | 0.41 | 0.36 | 28.18 | 0.26 | 0.51 |
| Hex | A2 | 7F | 60 | 0 | 16 | 29 | 24 | 1C | 1A | 33 |
| Octal | 242 | 177 | 140 | 0 | 26 | 51 | 44 | 34 | 32 | 63 |
| Binary | 10100010 | 1111111 | 1100000 | 0 | 10110 | 101001 | 100100 | 11100 | 11010 | 110011 |
Color Harmonies of #A27F60
Complementary color
Monochromatic Colors of #A27F60
Black with #A27F60
Text Example
Text Example
White with #A27F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F60; }
p { color: rgb(162,127,96); }
H1.HeaderClassName
{
color: #A27F60;
}
.AnyTagClassName
{
color: #A27F60;
}
</style>
background-color css
<style>
a { background-color: #A27F60; }
a { background-color: rgb(162,127,96); }
div.DivClassName
{
background-color: #A27F60;
}
.BgClassName
{
background-color: #A27F60;
}
</style>
border-color css
<style>
span { border-color: #A27F60; }
span { border-color: rgb(162,127,96); }
td.TdClassName
{
border-color: #A27F60;
}
.TagClassName
{
border-color: #A27F60;
}
</style>