Shades of Medium Wood #AB7A60
Tints of Medium Wood #AB7A60
RGB
CMYK
RGB Variations
Color information
#AB7A60 (or 0xAB7A60) is known color: Medium Wood. HEX triplet: AB, 7A and 60. RGB value is (171,122,96). Sum of RGB (Red+Green+Blue) = 171+122+96=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A60 is #54859F. Grayscale: #858585. Windows color (decimal): -5539232 or 6322859. OLE color: 6322859.
HSL color Cylindrical-coordinate representation of color #AB7A60: hue angle of 20.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7A60 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 96 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.33 |
| HSL | 20.8º | 0.31% | 0.52% | - |
| HSV(B) | 20.8º | 0.44% | 0.67% | - |
| XYZ | 25.87 | 23.42 | 14.22 | - |
| YUV | 133.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 96 | 0 | 0.29 | 0.44 | 0.33 | 20.8 | 0.31 | 0.52 |
| Hex | AB | 7A | 60 | 0 | 1D | 2C | 21 | 15 | 1F | 34 |
| Octal | 253 | 172 | 140 | 0 | 35 | 54 | 41 | 25 | 37 | 64 |
| Binary | 10101011 | 1111010 | 1100000 | 0 | 11101 | 101100 | 100001 | 10101 | 11111 | 110100 |
Color Harmonies of #AB7A60
Complementary color
Monochromatic Colors of #AB7A60
Black with #AB7A60
Text Example
Text Example
White with #AB7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A60; }
p { color: rgb(171,122,96); }
H1.HeaderClassName
{
color: #AB7A60;
}
.AnyTagClassName
{
color: #AB7A60;
}
</style>
background-color css
<style>
a { background-color: #AB7A60; }
a { background-color: rgb(171,122,96); }
div.DivClassName
{
background-color: #AB7A60;
}
.BgClassName
{
background-color: #AB7A60;
}
</style>
border-color css
<style>
span { border-color: #AB7A60; }
span { border-color: rgb(171,122,96); }
td.TdClassName
{
border-color: #AB7A60;
}
.TagClassName
{
border-color: #AB7A60;
}
</style>