Shades of Medium Wood #AB8062
Tints of Medium Wood #AB8062
RGB
CMYK
RGB Variations
Color information
#AB8062 (or 0xAB8062) is known color: Medium Wood. HEX triplet: AB, 80 and 62. RGB value is (171,128,98). Sum of RGB (Red+Green+Blue) = 171+128+98=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8062 is #547F9D. Grayscale: #898989. Windows color (decimal): -5537694 or 6455467. OLE color: 6455467.
HSL color Cylindrical-coordinate representation of color #AB8062: hue angle of 24.66º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8062 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 98 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.33 |
| HSL | 24.66º | 0.3% | 0.53% | - |
| HSV(B) | 24.66º | 0.43% | 0.67% | - |
| XYZ | 26.72 | 24.98 | 14.97 | - |
| YUV | 137.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 98 | 0 | 0.25 | 0.43 | 0.33 | 24.66 | 0.3 | 0.53 |
| Hex | AB | 80 | 62 | 0 | 19 | 2B | 21 | 19 | 1E | 35 |
| Octal | 253 | 200 | 142 | 0 | 31 | 53 | 41 | 31 | 36 | 65 |
| Binary | 10101011 | 10000000 | 1100010 | 0 | 11001 | 101011 | 100001 | 11001 | 11110 | 110101 |
Color Harmonies of #AB8062
Complementary color
Monochromatic Colors of #AB8062
Black with #AB8062
Text Example
Text Example
White with #AB8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8062; }
p { color: rgb(171,128,98); }
H1.HeaderClassName
{
color: #AB8062;
}
.AnyTagClassName
{
color: #AB8062;
}
</style>
background-color css
<style>
a { background-color: #AB8062; }
a { background-color: rgb(171,128,98); }
div.DivClassName
{
background-color: #AB8062;
}
.BgClassName
{
background-color: #AB8062;
}
</style>
border-color css
<style>
span { border-color: #AB8062; }
span { border-color: rgb(171,128,98); }
td.TdClassName
{
border-color: #AB8062;
}
.TagClassName
{
border-color: #AB8062;
}
</style>