Shades of Medium Wood #A27D69
Tints of Medium Wood #A27D69
RGB
CMYK
RGB Variations
Color information
#A27D69 (or 0xA27D69) is known color: Medium Wood. HEX triplet: A2, 7D and 69. RGB value is (162,125,105). Sum of RGB (Red+Green+Blue) = 162+125+105=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D69 is #5D8296. Grayscale: #858585. Windows color (decimal): -6128279 or 6913442. OLE color: 6913442.
HSL color Cylindrical-coordinate representation of color #A27D69: hue angle of 21.05º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27D69 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 105 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.36 |
| HSL | 21.05º | 0.23% | 0.52% | - |
| HSV(B) | 21.05º | 0.35% | 0.64% | - |
| XYZ | 24.78 | 23.37 | 16.57 | - |
| YUV | 133.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 105 | 0 | 0.23 | 0.35 | 0.36 | 21.05 | 0.23 | 0.52 |
| Hex | A2 | 7D | 69 | 0 | 17 | 23 | 24 | 15 | 17 | 34 |
| Octal | 242 | 175 | 151 | 0 | 27 | 43 | 44 | 25 | 27 | 64 |
| Binary | 10100010 | 1111101 | 1101001 | 0 | 10111 | 100011 | 100100 | 10101 | 10111 | 110100 |
Color Harmonies of #A27D69
Complementary color
Monochromatic Colors of #A27D69
Black with #A27D69
Text Example
Text Example
White with #A27D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D69; }
p { color: rgb(162,125,105); }
H1.HeaderClassName
{
color: #A27D69;
}
.AnyTagClassName
{
color: #A27D69;
}
</style>
background-color css
<style>
a { background-color: #A27D69; }
a { background-color: rgb(162,125,105); }
div.DivClassName
{
background-color: #A27D69;
}
.BgClassName
{
background-color: #A27D69;
}
</style>
border-color css
<style>
span { border-color: #A27D69; }
span { border-color: rgb(162,125,105); }
td.TdClassName
{
border-color: #A27D69;
}
.TagClassName
{
border-color: #A27D69;
}
</style>