Shades of Medium Wood #AB7C64
Tints of Medium Wood #AB7C64
RGB
CMYK
RGB Variations
Color information
#AB7C64 (or 0xAB7C64) is known color: Medium Wood. HEX triplet: AB, 7C and 64. RGB value is (171,124,100). Sum of RGB (Red+Green+Blue) = 171+124+100=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C64 is #54839B. Grayscale: #878787. Windows color (decimal): -5538716 or 6585515. OLE color: 6585515.
HSL color Cylindrical-coordinate representation of color #AB7C64: hue angle of 20.28º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7C64 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 100 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.33 |
| HSL | 20.28º | 0.3% | 0.53% | - |
| HSV(B) | 20.28º | 0.42% | 0.67% | - |
| XYZ | 26.3 | 23.99 | 15.3 | - |
| YUV | 135.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 100 | 0 | 0.27 | 0.42 | 0.33 | 20.28 | 0.3 | 0.53 |
| Hex | AB | 7C | 64 | 0 | 1B | 2A | 21 | 14 | 1E | 35 |
| Octal | 253 | 174 | 144 | 0 | 33 | 52 | 41 | 24 | 36 | 65 |
| Binary | 10101011 | 1111100 | 1100100 | 0 | 11011 | 101010 | 100001 | 10100 | 11110 | 110101 |
Color Harmonies of #AB7C64
Complementary color
Monochromatic Colors of #AB7C64
Black with #AB7C64
Text Example
Text Example
White with #AB7C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C64; }
p { color: rgb(171,124,100); }
H1.HeaderClassName
{
color: #AB7C64;
}
.AnyTagClassName
{
color: #AB7C64;
}
</style>
background-color css
<style>
a { background-color: #AB7C64; }
a { background-color: rgb(171,124,100); }
div.DivClassName
{
background-color: #AB7C64;
}
.BgClassName
{
background-color: #AB7C64;
}
</style>
border-color css
<style>
span { border-color: #AB7C64; }
span { border-color: rgb(171,124,100); }
td.TdClassName
{
border-color: #AB7C64;
}
.TagClassName
{
border-color: #AB7C64;
}
</style>