Shades of Medium Wood #AB8068
Tints of Medium Wood #AB8068
RGB
CMYK
RGB Variations
Color information
#AB8068 (or 0xAB8068) is known color: Medium Wood. HEX triplet: AB, 80 and 68. RGB value is (171,128,104). Sum of RGB (Red+Green+Blue) = 171+128+104=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8068 is #547F97. Grayscale: #8A8A8A. Windows color (decimal): -5537688 or 6848683. OLE color: 6848683.
HSL color Cylindrical-coordinate representation of color #AB8068: hue angle of 21.49º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8068 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 104 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.33 |
| HSL | 21.49º | 0.29% | 0.54% | - |
| HSV(B) | 21.49º | 0.39% | 0.67% | - |
| XYZ | 27.01 | 25.1 | 16.52 | - |
| YUV | 138.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 104 | 0 | 0.25 | 0.39 | 0.33 | 21.49 | 0.29 | 0.54 |
| Hex | AB | 80 | 68 | 0 | 19 | 27 | 21 | 15 | 1D | 36 |
| Octal | 253 | 200 | 150 | 0 | 31 | 47 | 41 | 25 | 35 | 66 |
| Binary | 10101011 | 10000000 | 1101000 | 0 | 11001 | 100111 | 100001 | 10101 | 11101 | 110110 |
Color Harmonies of #AB8068
Complementary color
Monochromatic Colors of #AB8068
Black with #AB8068
Text Example
Text Example
White with #AB8068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8068; }
p { color: rgb(171,128,104); }
H1.HeaderClassName
{
color: #AB8068;
}
.AnyTagClassName
{
color: #AB8068;
}
</style>
background-color css
<style>
a { background-color: #AB8068; }
a { background-color: rgb(171,128,104); }
div.DivClassName
{
background-color: #AB8068;
}
.BgClassName
{
background-color: #AB8068;
}
</style>
border-color css
<style>
span { border-color: #AB8068; }
span { border-color: rgb(171,128,104); }
td.TdClassName
{
border-color: #AB8068;
}
.TagClassName
{
border-color: #AB8068;
}
</style>