Shades of Medium Wood #A27B5E
Tints of Medium Wood #A27B5E
RGB
CMYK
RGB Variations
Color information
#A27B5E (or 0xA27B5E) is known color: Medium Wood. HEX triplet: A2, 7B and 5E. RGB value is (162,123,94). Sum of RGB (Red+Green+Blue) = 162+123+94=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5E is #5D84A1. Grayscale: #838383. Windows color (decimal): -6128802 or 6192034. OLE color: 6192034.
HSL color Cylindrical-coordinate representation of color #A27B5E: hue angle of 25.59º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A27B5E is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 94 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.36 |
| HSL | 25.59º | 0.27% | 0.5% | - |
| HSV(B) | 25.59º | 0.42% | 0.64% | - |
| XYZ | 24 | 22.66 | 13.7 | - |
| YUV | 131.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 94 | 0 | 0.24 | 0.42 | 0.36 | 25.59 | 0.27 | 0.5 |
| Hex | A2 | 7B | 5E | 0 | 18 | 2A | 24 | 1A | 1B | 32 |
| Octal | 242 | 173 | 136 | 0 | 30 | 52 | 44 | 32 | 33 | 62 |
| Binary | 10100010 | 1111011 | 1011110 | 0 | 11000 | 101010 | 100100 | 11010 | 11011 | 110010 |
Color Harmonies of #A27B5E
Complementary color
Monochromatic Colors of #A27B5E
Black with #A27B5E
Text Example
Text Example
White with #A27B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B5E; }
p { color: rgb(162,123,94); }
H1.HeaderClassName
{
color: #A27B5E;
}
.AnyTagClassName
{
color: #A27B5E;
}
</style>
background-color css
<style>
a { background-color: #A27B5E; }
a { background-color: rgb(162,123,94); }
div.DivClassName
{
background-color: #A27B5E;
}
.BgClassName
{
background-color: #A27B5E;
}
</style>
border-color css
<style>
span { border-color: #A27B5E; }
span { border-color: rgb(162,123,94); }
td.TdClassName
{
border-color: #A27B5E;
}
.TagClassName
{
border-color: #A27B5E;
}
</style>