Shades of Medium Wood #A27F65
Tints of Medium Wood #A27F65
RGB
CMYK
RGB Variations
Color information
#A27F65 (or 0xA27F65) is known color: Medium Wood. HEX triplet: A2, 7F and 65. RGB value is (162,127,101). Sum of RGB (Red+Green+Blue) = 162+127+101=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F65 is #5D809A. Grayscale: #868686. Windows color (decimal): -6127771 or 6651810. OLE color: 6651810.
HSL color Cylindrical-coordinate representation of color #A27F65: hue angle of 25.57º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A27F65 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 101 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.36 |
| HSL | 25.57º | 0.25% | 0.52% | - |
| HSV(B) | 25.57º | 0.38% | 0.64% | - |
| XYZ | 24.84 | 23.8 | 15.6 | - |
| YUV | 134.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 101 | 0 | 0.22 | 0.38 | 0.36 | 25.57 | 0.25 | 0.52 |
| Hex | A2 | 7F | 65 | 0 | 16 | 26 | 24 | 1A | 19 | 34 |
| Octal | 242 | 177 | 145 | 0 | 26 | 46 | 44 | 32 | 31 | 64 |
| Binary | 10100010 | 1111111 | 1100101 | 0 | 10110 | 100110 | 100100 | 11010 | 11001 | 110100 |
Color Harmonies of #A27F65
Complementary color
Monochromatic Colors of #A27F65
Black with #A27F65
Text Example
Text Example
White with #A27F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F65; }
p { color: rgb(162,127,101); }
H1.HeaderClassName
{
color: #A27F65;
}
.AnyTagClassName
{
color: #A27F65;
}
</style>
background-color css
<style>
a { background-color: #A27F65; }
a { background-color: rgb(162,127,101); }
div.DivClassName
{
background-color: #A27F65;
}
.BgClassName
{
background-color: #A27F65;
}
</style>
border-color css
<style>
span { border-color: #A27F65; }
span { border-color: rgb(162,127,101); }
td.TdClassName
{
border-color: #A27F65;
}
.TagClassName
{
border-color: #A27F65;
}
</style>