Shades of Medium Wood #AB7A65
Tints of Medium Wood #AB7A65
RGB
CMYK
RGB Variations
Color information
#AB7A65 (or 0xAB7A65) is known color: Medium Wood. HEX triplet: AB, 7A and 65. RGB value is (171,122,101). Sum of RGB (Red+Green+Blue) = 171+122+101=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A65 is #54859A. Grayscale: #868686. Windows color (decimal): -5539227 or 6650539. OLE color: 6650539.
HSL color Cylindrical-coordinate representation of color #AB7A65: hue angle of 18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7A65 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 101 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.33 |
| HSL | 18º | 0.29% | 0.53% | - |
| HSV(B) | 18º | 0.41% | 0.67% | - |
| XYZ | 26.1 | 23.52 | 15.48 | - |
| YUV | 134.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 101 | 0 | 0.29 | 0.41 | 0.33 | 18 | 0.29 | 0.53 |
| Hex | AB | 7A | 65 | 0 | 1D | 29 | 21 | 12 | 1D | 35 |
| Octal | 253 | 172 | 145 | 0 | 35 | 51 | 41 | 22 | 35 | 65 |
| Binary | 10101011 | 1111010 | 1100101 | 0 | 11101 | 101001 | 100001 | 10010 | 11101 | 110101 |
Color Harmonies of #AB7A65
Complementary color
Monochromatic Colors of #AB7A65
Black with #AB7A65
Text Example
Text Example
White with #AB7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A65; }
p { color: rgb(171,122,101); }
H1.HeaderClassName
{
color: #AB7A65;
}
.AnyTagClassName
{
color: #AB7A65;
}
</style>
background-color css
<style>
a { background-color: #AB7A65; }
a { background-color: rgb(171,122,101); }
div.DivClassName
{
background-color: #AB7A65;
}
.BgClassName
{
background-color: #AB7A65;
}
</style>
border-color css
<style>
span { border-color: #AB7A65; }
span { border-color: rgb(171,122,101); }
td.TdClassName
{
border-color: #AB7A65;
}
.TagClassName
{
border-color: #AB7A65;
}
</style>