Shades of Medium Wood #A27A5D
Tints of Medium Wood #A27A5D
RGB
CMYK
RGB Variations
Color information
#A27A5D (or 0xA27A5D) is known color: Medium Wood. HEX triplet: A2, 7A and 5D. RGB value is (162,122,93). Sum of RGB (Red+Green+Blue) = 162+122+93=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A5D is #5D85A2. Grayscale: #828282. Windows color (decimal): -6129059 or 6126242. OLE color: 6126242.
HSL color Cylindrical-coordinate representation of color #A27A5D: hue angle of 25.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27A5D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 93 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.36 |
| HSL | 25.22º | 0.27% | 0.5% | - |
| HSV(B) | 25.22º | 0.43% | 0.64% | - |
| XYZ | 23.84 | 22.39 | 13.42 | - |
| YUV | 130.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 93 | 0 | 0.25 | 0.43 | 0.36 | 25.22 | 0.27 | 0.5 |
| Hex | A2 | 7A | 5D | 0 | 19 | 2B | 24 | 19 | 1B | 32 |
| Octal | 242 | 172 | 135 | 0 | 31 | 53 | 44 | 31 | 33 | 62 |
| Binary | 10100010 | 1111010 | 1011101 | 0 | 11001 | 101011 | 100100 | 11001 | 11011 | 110010 |
Color Harmonies of #A27A5D
Complementary color
Monochromatic Colors of #A27A5D
Black with #A27A5D
Text Example
Text Example
White with #A27A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A5D; }
p { color: rgb(162,122,93); }
H1.HeaderClassName
{
color: #A27A5D;
}
.AnyTagClassName
{
color: #A27A5D;
}
</style>
background-color css
<style>
a { background-color: #A27A5D; }
a { background-color: rgb(162,122,93); }
div.DivClassName
{
background-color: #A27A5D;
}
.BgClassName
{
background-color: #A27A5D;
}
</style>
border-color css
<style>
span { border-color: #A27A5D; }
span { border-color: rgb(162,122,93); }
td.TdClassName
{
border-color: #A27A5D;
}
.TagClassName
{
border-color: #A27A5D;
}
</style>