Shades of Medium Wood #A27B5F
Tints of Medium Wood #A27B5F
RGB
CMYK
RGB Variations
Color information
#A27B5F (or 0xA27B5F) is known color: Medium Wood. HEX triplet: A2, 7B and 5F. RGB value is (162,123,95). Sum of RGB (Red+Green+Blue) = 162+123+95=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5F is #5D84A0. Grayscale: #838383. Windows color (decimal): -6128801 or 6257570. OLE color: 6257570.
HSL color Cylindrical-coordinate representation of color #A27B5F: hue angle of 25.07º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27B5F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 95 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.36 |
| HSL | 25.07º | 0.26% | 0.5% | - |
| HSV(B) | 25.07º | 0.41% | 0.64% | - |
| XYZ | 24.05 | 22.67 | 13.94 | - |
| YUV | 131.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 95 | 0 | 0.24 | 0.41 | 0.36 | 25.07 | 0.26 | 0.5 |
| Hex | A2 | 7B | 5F | 0 | 18 | 29 | 24 | 19 | 1A | 32 |
| Octal | 242 | 173 | 137 | 0 | 30 | 51 | 44 | 31 | 32 | 62 |
| Binary | 10100010 | 1111011 | 1011111 | 0 | 11000 | 101001 | 100100 | 11001 | 11010 | 110010 |
Color Harmonies of #A27B5F
Complementary color
Monochromatic Colors of #A27B5F
Black with #A27B5F
Text Example
Text Example
White with #A27B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B5F; }
p { color: rgb(162,123,95); }
H1.HeaderClassName
{
color: #A27B5F;
}
.AnyTagClassName
{
color: #A27B5F;
}
</style>
background-color css
<style>
a { background-color: #A27B5F; }
a { background-color: rgb(162,123,95); }
div.DivClassName
{
background-color: #A27B5F;
}
.BgClassName
{
background-color: #A27B5F;
}
</style>
border-color css
<style>
span { border-color: #A27B5F; }
span { border-color: rgb(162,123,95); }
td.TdClassName
{
border-color: #A27B5F;
}
.TagClassName
{
border-color: #A27B5F;
}
</style>