Shades of Medium Wood #AB815D
Tints of Medium Wood #AB815D
RGB
CMYK
RGB Variations
Color information
#AB815D (or 0xAB815D) is known color: Medium Wood. HEX triplet: AB, 81 and 5D. RGB value is (171,129,93). Sum of RGB (Red+Green+Blue) = 171+129+93=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB815D is #547EA2. Grayscale: #898989. Windows color (decimal): -5537443 or 6128043. OLE color: 6128043.
HSL color Cylindrical-coordinate representation of color #AB815D: hue angle of 27.69º 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 #AB815D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 93 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.33 |
| HSL | 27.69º | 0.32% | 0.52% | - |
| HSV(B) | 27.69º | 0.46% | 0.67% | - |
| XYZ | 26.62 | 25.15 | 13.81 | - |
| YUV | 137.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 93 | 0 | 0.25 | 0.46 | 0.33 | 27.69 | 0.32 | 0.52 |
| Hex | AB | 81 | 5D | 0 | 19 | 2E | 21 | 1C | 20 | 34 |
| Octal | 253 | 201 | 135 | 0 | 31 | 56 | 41 | 34 | 40 | 64 |
| Binary | 10101011 | 10000001 | 1011101 | 0 | 11001 | 101110 | 100001 | 11100 | 100000 | 110100 |
Color Harmonies of #AB815D
Complementary color
Monochromatic Colors of #AB815D
Black with #AB815D
Text Example
Text Example
White with #AB815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB815D; }
p { color: rgb(171,129,93); }
H1.HeaderClassName
{
color: #AB815D;
}
.AnyTagClassName
{
color: #AB815D;
}
</style>
background-color css
<style>
a { background-color: #AB815D; }
a { background-color: rgb(171,129,93); }
div.DivClassName
{
background-color: #AB815D;
}
.BgClassName
{
background-color: #AB815D;
}
</style>
border-color css
<style>
span { border-color: #AB815D; }
span { border-color: rgb(171,129,93); }
td.TdClassName
{
border-color: #AB815D;
}
.TagClassName
{
border-color: #AB815D;
}
</style>