Shades of Medium Wood #AB795E
Tints of Medium Wood #AB795E
RGB
CMYK
RGB Variations
Color information
#AB795E (or 0xAB795E) is known color: Medium Wood. HEX triplet: AB, 79 and 5E. RGB value is (171,121,94). Sum of RGB (Red+Green+Blue) = 171+121+94=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB795E is #5486A1. Grayscale: #858585. Windows color (decimal): -5539490 or 6191531. OLE color: 6191531.
HSL color Cylindrical-coordinate representation of color #AB795E: hue angle of 21.04º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB795E is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 94 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.33 |
| HSL | 21.04º | 0.31% | 0.52% | - |
| HSV(B) | 21.04º | 0.45% | 0.67% | - |
| XYZ | 25.65 | 23.14 | 13.7 | - |
| YUV | 132.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 94 | 0 | 0.29 | 0.45 | 0.33 | 21.04 | 0.31 | 0.52 |
| Hex | AB | 79 | 5E | 0 | 1D | 2D | 21 | 15 | 1F | 34 |
| Octal | 253 | 171 | 136 | 0 | 35 | 55 | 41 | 25 | 37 | 64 |
| Binary | 10101011 | 1111001 | 1011110 | 0 | 11101 | 101101 | 100001 | 10101 | 11111 | 110100 |
Color Harmonies of #AB795E
Complementary color
Monochromatic Colors of #AB795E
Black with #AB795E
Text Example
Text Example
White with #AB795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB795E; }
p { color: rgb(171,121,94); }
H1.HeaderClassName
{
color: #AB795E;
}
.AnyTagClassName
{
color: #AB795E;
}
</style>
background-color css
<style>
a { background-color: #AB795E; }
a { background-color: rgb(171,121,94); }
div.DivClassName
{
background-color: #AB795E;
}
.BgClassName
{
background-color: #AB795E;
}
</style>
border-color css
<style>
span { border-color: #AB795E; }
span { border-color: rgb(171,121,94); }
td.TdClassName
{
border-color: #AB795E;
}
.TagClassName
{
border-color: #AB795E;
}
</style>