Shades of Medium Wood #AB7855
Tints of Medium Wood #AB7855
RGB
CMYK
RGB Variations
Color information
#AB7855 (or 0xAB7855) is known color: Medium Wood. HEX triplet: AB, 78 and 55. RGB value is (171,120,85). Sum of RGB (Red+Green+Blue) = 171+120+85=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7855 is #5487AA. Grayscale: #838383. Windows color (decimal): -5539755 or 5601451. OLE color: 5601451.
HSL color Cylindrical-coordinate representation of color #AB7855: hue angle of 24.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7855 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 85 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.33 |
| HSL | 24.42º | 0.34% | 0.5% | - |
| HSV(B) | 24.42º | 0.5% | 0.67% | - |
| XYZ | 25.15 | 22.75 | 11.66 | - |
| YUV | 131.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 85 | 0 | 0.30 | 0.50 | 0.33 | 24.42 | 0.34 | 0.5 |
| Hex | AB | 78 | 55 | 0 | 1E | 32 | 21 | 18 | 22 | 32 |
| Octal | 253 | 170 | 125 | 0 | 36 | 62 | 41 | 30 | 42 | 62 |
| Binary | 10101011 | 1111000 | 1010101 | 0 | 11110 | 110010 | 100001 | 11000 | 100010 | 110010 |
Color Harmonies of #AB7855
Complementary color
Monochromatic Colors of #AB7855
Black with #AB7855
Text Example
Text Example
White with #AB7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7855; }
p { color: rgb(171,120,85); }
H1.HeaderClassName
{
color: #AB7855;
}
.AnyTagClassName
{
color: #AB7855;
}
</style>
background-color css
<style>
a { background-color: #AB7855; }
a { background-color: rgb(171,120,85); }
div.DivClassName
{
background-color: #AB7855;
}
.BgClassName
{
background-color: #AB7855;
}
</style>
border-color css
<style>
span { border-color: #AB7855; }
span { border-color: rgb(171,120,85); }
td.TdClassName
{
border-color: #AB7855;
}
.TagClassName
{
border-color: #AB7855;
}
</style>