Shades of Medium Wood #AB8067
Tints of Medium Wood #AB8067
RGB
CMYK
RGB Variations
Color information
#AB8067 (or 0xAB8067) is known color: Medium Wood. HEX triplet: AB, 80 and 67. RGB value is (171,128,103). Sum of RGB (Red+Green+Blue) = 171+128+103=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8067 is #547F98. Grayscale: #8A8A8A. Windows color (decimal): -5537689 or 6783147. OLE color: 6783147.
HSL color Cylindrical-coordinate representation of color #AB8067: hue angle of 22.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8067 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 103 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.33 |
| HSL | 22.06º | 0.29% | 0.54% | - |
| HSV(B) | 22.06º | 0.4% | 0.67% | - |
| XYZ | 26.96 | 25.08 | 16.25 | - |
| YUV | 138.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 103 | 0 | 0.25 | 0.40 | 0.33 | 22.06 | 0.29 | 0.54 |
| Hex | AB | 80 | 67 | 0 | 19 | 28 | 21 | 16 | 1D | 36 |
| Octal | 253 | 200 | 147 | 0 | 31 | 50 | 41 | 26 | 35 | 66 |
| Binary | 10101011 | 10000000 | 1100111 | 0 | 11001 | 101000 | 100001 | 10110 | 11101 | 110110 |
Color Harmonies of #AB8067
Complementary color
Monochromatic Colors of #AB8067
Black with #AB8067
Text Example
Text Example
White with #AB8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8067; }
p { color: rgb(171,128,103); }
H1.HeaderClassName
{
color: #AB8067;
}
.AnyTagClassName
{
color: #AB8067;
}
</style>
background-color css
<style>
a { background-color: #AB8067; }
a { background-color: rgb(171,128,103); }
div.DivClassName
{
background-color: #AB8067;
}
.BgClassName
{
background-color: #AB8067;
}
</style>
border-color css
<style>
span { border-color: #AB8067; }
span { border-color: rgb(171,128,103); }
td.TdClassName
{
border-color: #AB8067;
}
.TagClassName
{
border-color: #AB8067;
}
</style>