Shades of Sorrell Brown #A27D5B
Tints of Sorrell Brown #A27D5B
RGB
CMYK
RGB Variations
Color information
#A27D5B (or 0xA27D5B) is known color: Sorrell Brown. HEX triplet: A2, 7D and 5B. RGB value is (162,125,91). Sum of RGB (Red+Green+Blue) = 162+125+91=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D5B is #5D82A4. Grayscale: #848484. Windows color (decimal): -6128293 or 5995938. OLE color: 5995938.
HSL color Cylindrical-coordinate representation of color #A27D5B: hue angle of 28.73º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A27D5B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 91 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.36 |
| HSL | 28.73º | 0.28% | 0.5% | - |
| HSV(B) | 28.73º | 0.44% | 0.64% | - |
| XYZ | 24.12 | 23.1 | 13.09 | - |
| YUV | 132.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 91 | 0 | 0.23 | 0.44 | 0.36 | 28.73 | 0.28 | 0.5 |
| Hex | A2 | 7D | 5B | 0 | 17 | 2C | 24 | 1D | 1C | 32 |
| Octal | 242 | 175 | 133 | 0 | 27 | 54 | 44 | 35 | 34 | 62 |
| Binary | 10100010 | 1111101 | 1011011 | 0 | 10111 | 101100 | 100100 | 11101 | 11100 | 110010 |
Color Harmonies of #A27D5B
Complementary color
Monochromatic Colors of #A27D5B
Black with #A27D5B
Text Example
Text Example
White with #A27D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D5B; }
p { color: rgb(162,125,91); }
H1.HeaderClassName
{
color: #A27D5B;
}
.AnyTagClassName
{
color: #A27D5B;
}
</style>
background-color css
<style>
a { background-color: #A27D5B; }
a { background-color: rgb(162,125,91); }
div.DivClassName
{
background-color: #A27D5B;
}
.BgClassName
{
background-color: #A27D5B;
}
</style>
border-color css
<style>
span { border-color: #A27D5B; }
span { border-color: rgb(162,125,91); }
td.TdClassName
{
border-color: #A27D5B;
}
.TagClassName
{
border-color: #A27D5B;
}
</style>