Shades of Sorrell Brown #A27B5C
Tints of Sorrell Brown #A27B5C
RGB
CMYK
RGB Variations
Color information
#A27B5C (or 0xA27B5C) is known color: Sorrell Brown. HEX triplet: A2, 7B and 5C. RGB value is (162,123,92). Sum of RGB (Red+Green+Blue) = 162+123+92=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5C is #5D84A3. Grayscale: #838383. Windows color (decimal): -6128804 or 6060962. OLE color: 6060962.
HSL color Cylindrical-coordinate representation of color #A27B5C: hue angle of 26.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27B5C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 92 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.36 |
| HSL | 26.57º | 0.28% | 0.5% | - |
| HSV(B) | 26.57º | 0.43% | 0.64% | - |
| XYZ | 23.92 | 22.62 | 13.23 | - |
| YUV | 131.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 92 | 0 | 0.24 | 0.43 | 0.36 | 26.57 | 0.28 | 0.5 |
| Hex | A2 | 7B | 5C | 0 | 18 | 2B | 24 | 1B | 1C | 32 |
| Octal | 242 | 173 | 134 | 0 | 30 | 53 | 44 | 33 | 34 | 62 |
| Binary | 10100010 | 1111011 | 1011100 | 0 | 11000 | 101011 | 100100 | 11011 | 11100 | 110010 |
Color Harmonies of #A27B5C
Complementary color
Monochromatic Colors of #A27B5C
Black with #A27B5C
Text Example
Text Example
White with #A27B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B5C; }
p { color: rgb(162,123,92); }
H1.HeaderClassName
{
color: #A27B5C;
}
.AnyTagClassName
{
color: #A27B5C;
}
</style>
background-color css
<style>
a { background-color: #A27B5C; }
a { background-color: rgb(162,123,92); }
div.DivClassName
{
background-color: #A27B5C;
}
.BgClassName
{
background-color: #A27B5C;
}
</style>
border-color css
<style>
span { border-color: #A27B5C; }
span { border-color: rgb(162,123,92); }
td.TdClassName
{
border-color: #A27B5C;
}
.TagClassName
{
border-color: #A27B5C;
}
</style>