Shades of Medium Wood #A27A60
Tints of Medium Wood #A27A60
RGB
CMYK
RGB Variations
Color information
#A27A60 (or 0xA27A60) is known color: Medium Wood. HEX triplet: A2, 7A and 60. RGB value is (162,122,96). Sum of RGB (Red+Green+Blue) = 162+122+96=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A60 is #5D859F. Grayscale: #838383. Windows color (decimal): -6129056 or 6322850. OLE color: 6322850.
HSL color Cylindrical-coordinate representation of color #A27A60: hue angle of 23.64º 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 #A27A60 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 96 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.36 |
| HSL | 23.64º | 0.26% | 0.51% | - |
| HSV(B) | 23.64º | 0.41% | 0.64% | - |
| XYZ | 23.97 | 22.44 | 14.14 | - |
| YUV | 131 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 96 | 0 | 0.25 | 0.41 | 0.36 | 23.64 | 0.26 | 0.51 |
| Hex | A2 | 7A | 60 | 0 | 19 | 29 | 24 | 18 | 1A | 33 |
| Octal | 242 | 172 | 140 | 0 | 31 | 51 | 44 | 30 | 32 | 63 |
| Binary | 10100010 | 1111010 | 1100000 | 0 | 11001 | 101001 | 100100 | 11000 | 11010 | 110011 |
Color Harmonies of #A27A60
Complementary color
Monochromatic Colors of #A27A60
Black with #A27A60
Text Example
Text Example
White with #A27A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A60; }
p { color: rgb(162,122,96); }
H1.HeaderClassName
{
color: #A27A60;
}
.AnyTagClassName
{
color: #A27A60;
}
</style>
background-color css
<style>
a { background-color: #A27A60; }
a { background-color: rgb(162,122,96); }
div.DivClassName
{
background-color: #A27A60;
}
.BgClassName
{
background-color: #A27A60;
}
</style>
border-color css
<style>
span { border-color: #A27A60; }
span { border-color: rgb(162,122,96); }
td.TdClassName
{
border-color: #A27A60;
}
.TagClassName
{
border-color: #A27A60;
}
</style>