Shades of Medium Wood #AB795D
Tints of Medium Wood #AB795D
RGB
CMYK
RGB Variations
Color information
#AB795D (or 0xAB795D) is known color: Medium Wood. HEX triplet: AB, 79 and 5D. RGB value is (171,121,93). Sum of RGB (Red+Green+Blue) = 171+121+93=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB795D is #5486A2. Grayscale: #848484. Windows color (decimal): -5539491 or 6125995. OLE color: 6125995.
HSL color Cylindrical-coordinate representation of color #AB795D: hue angle of 21.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB795D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 93 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.33 |
| HSL | 21.54º | 0.32% | 0.52% | - |
| HSV(B) | 21.54º | 0.46% | 0.67% | - |
| XYZ | 25.61 | 23.12 | 13.47 | - |
| YUV | 132.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 93 | 0 | 0.29 | 0.46 | 0.33 | 21.54 | 0.32 | 0.52 |
| Hex | AB | 79 | 5D | 0 | 1D | 2E | 21 | 16 | 20 | 34 |
| Octal | 253 | 171 | 135 | 0 | 35 | 56 | 41 | 26 | 40 | 64 |
| Binary | 10101011 | 1111001 | 1011101 | 0 | 11101 | 101110 | 100001 | 10110 | 100000 | 110100 |
Color Harmonies of #AB795D
Complementary color
Monochromatic Colors of #AB795D
Black with #AB795D
Text Example
Text Example
White with #AB795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB795D; }
p { color: rgb(171,121,93); }
H1.HeaderClassName
{
color: #AB795D;
}
.AnyTagClassName
{
color: #AB795D;
}
</style>
background-color css
<style>
a { background-color: #AB795D; }
a { background-color: rgb(171,121,93); }
div.DivClassName
{
background-color: #AB795D;
}
.BgClassName
{
background-color: #AB795D;
}
</style>
border-color css
<style>
span { border-color: #AB795D; }
span { border-color: rgb(171,121,93); }
td.TdClassName
{
border-color: #AB795D;
}
.TagClassName
{
border-color: #AB795D;
}
</style>