Shades of Medium Wood #AB7A56
Tints of Medium Wood #AB7A56
RGB
CMYK
RGB Variations
Color information
#AB7A56 (or 0xAB7A56) is known color: Medium Wood. HEX triplet: AB, 7A and 56. RGB value is (171,122,86). Sum of RGB (Red+Green+Blue) = 171+122+86=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A56 is #5485A9. Grayscale: #848484. Windows color (decimal): -5539242 or 5667499. OLE color: 5667499.
HSL color Cylindrical-coordinate representation of color #AB7A56: hue angle of 25.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7A56 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 86 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.33 |
| HSL | 25.41º | 0.34% | 0.5% | - |
| HSV(B) | 25.41º | 0.5% | 0.67% | - |
| XYZ | 25.43 | 23.25 | 11.95 | - |
| YUV | 132.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 86 | 0 | 0.29 | 0.50 | 0.33 | 25.41 | 0.34 | 0.5 |
| Hex | AB | 7A | 56 | 0 | 1D | 32 | 21 | 19 | 22 | 32 |
| Octal | 253 | 172 | 126 | 0 | 35 | 62 | 41 | 31 | 42 | 62 |
| Binary | 10101011 | 1111010 | 1010110 | 0 | 11101 | 110010 | 100001 | 11001 | 100010 | 110010 |
Color Harmonies of #AB7A56
Complementary color
Monochromatic Colors of #AB7A56
Black with #AB7A56
Text Example
Text Example
White with #AB7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A56; }
p { color: rgb(171,122,86); }
H1.HeaderClassName
{
color: #AB7A56;
}
.AnyTagClassName
{
color: #AB7A56;
}
</style>
background-color css
<style>
a { background-color: #AB7A56; }
a { background-color: rgb(171,122,86); }
div.DivClassName
{
background-color: #AB7A56;
}
.BgClassName
{
background-color: #AB7A56;
}
</style>
border-color css
<style>
span { border-color: #AB7A56; }
span { border-color: rgb(171,122,86); }
td.TdClassName
{
border-color: #AB7A56;
}
.TagClassName
{
border-color: #AB7A56;
}
</style>