Shades of Medium Wood #A27D65
Tints of Medium Wood #A27D65
RGB
CMYK
RGB Variations
Color information
#A27D65 (or 0xA27D65) is known color: Medium Wood. HEX triplet: A2, 7D and 65. RGB value is (162,125,101). Sum of RGB (Red+Green+Blue) = 162+125+101=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D65 is #5D829A. Grayscale: #858585. Windows color (decimal): -6128283 or 6651298. OLE color: 6651298.
HSL color Cylindrical-coordinate representation of color #A27D65: hue angle of 23.61º 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 #A27D65 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 101 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.36 |
| HSL | 23.61º | 0.25% | 0.52% | - |
| HSV(B) | 23.61º | 0.38% | 0.64% | - |
| XYZ | 24.58 | 23.29 | 15.51 | - |
| YUV | 133.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 101 | 0 | 0.23 | 0.38 | 0.36 | 23.61 | 0.25 | 0.52 |
| Hex | A2 | 7D | 65 | 0 | 17 | 26 | 24 | 18 | 19 | 34 |
| Octal | 242 | 175 | 145 | 0 | 27 | 46 | 44 | 30 | 31 | 64 |
| Binary | 10100010 | 1111101 | 1100101 | 0 | 10111 | 100110 | 100100 | 11000 | 11001 | 110100 |
Color Harmonies of #A27D65
Complementary color
Monochromatic Colors of #A27D65
Black with #A27D65
Text Example
Text Example
White with #A27D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D65; }
p { color: rgb(162,125,101); }
H1.HeaderClassName
{
color: #A27D65;
}
.AnyTagClassName
{
color: #A27D65;
}
</style>
background-color css
<style>
a { background-color: #A27D65; }
a { background-color: rgb(162,125,101); }
div.DivClassName
{
background-color: #A27D65;
}
.BgClassName
{
background-color: #A27D65;
}
</style>
border-color css
<style>
span { border-color: #A27D65; }
span { border-color: rgb(162,125,101); }
td.TdClassName
{
border-color: #A27D65;
}
.TagClassName
{
border-color: #A27D65;
}
</style>