Shades of Medium Wood #AB7C58
Tints of Medium Wood #AB7C58
RGB
CMYK
RGB Variations
Color information
#AB7C58 (or 0xAB7C58) is known color: Medium Wood. HEX triplet: AB, 7C and 58. RGB value is (171,124,88). Sum of RGB (Red+Green+Blue) = 171+124+88=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C58 is #5483A7. Grayscale: #868686. Windows color (decimal): -5538728 or 5799083. OLE color: 5799083.
HSL color Cylindrical-coordinate representation of color #AB7C58: hue angle of 26.02º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7C58 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 88 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.33 |
| HSL | 26.02º | 0.33% | 0.51% | - |
| HSV(B) | 26.02º | 0.49% | 0.67% | - |
| XYZ | 25.76 | 23.78 | 12.46 | - |
| YUV | 133.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 88 | 0 | 0.27 | 0.49 | 0.33 | 26.02 | 0.33 | 0.51 |
| Hex | AB | 7C | 58 | 0 | 1B | 31 | 21 | 1A | 21 | 33 |
| Octal | 253 | 174 | 130 | 0 | 33 | 61 | 41 | 32 | 41 | 63 |
| Binary | 10101011 | 1111100 | 1011000 | 0 | 11011 | 110001 | 100001 | 11010 | 100001 | 110011 |
Color Harmonies of #AB7C58
Complementary color
Monochromatic Colors of #AB7C58
Black with #AB7C58
Text Example
Text Example
White with #AB7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C58; }
p { color: rgb(171,124,88); }
H1.HeaderClassName
{
color: #AB7C58;
}
.AnyTagClassName
{
color: #AB7C58;
}
</style>
background-color css
<style>
a { background-color: #AB7C58; }
a { background-color: rgb(171,124,88); }
div.DivClassName
{
background-color: #AB7C58;
}
.BgClassName
{
background-color: #AB7C58;
}
</style>
border-color css
<style>
span { border-color: #AB7C58; }
span { border-color: rgb(171,124,88); }
td.TdClassName
{
border-color: #AB7C58;
}
.TagClassName
{
border-color: #AB7C58;
}
</style>