Shades of Medium Wood #AB7B5C
Tints of Medium Wood #AB7B5C
RGB
CMYK
RGB Variations
Color information
#AB7B5C (or 0xAB7B5C) is known color: Medium Wood. HEX triplet: AB, 7B and 5C. RGB value is (171,123,92). Sum of RGB (Red+Green+Blue) = 171+123+92=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B5C is #5484A3. Grayscale: #858585. Windows color (decimal): -5538980 or 6060971. OLE color: 6060971.
HSL color Cylindrical-coordinate representation of color #AB7B5C: hue angle of 23.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB7B5C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 92 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.33 |
| HSL | 23.54º | 0.32% | 0.52% | - |
| HSV(B) | 23.54º | 0.46% | 0.67% | - |
| XYZ | 25.81 | 23.6 | 13.32 | - |
| YUV | 133.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 92 | 0 | 0.28 | 0.46 | 0.33 | 23.54 | 0.32 | 0.52 |
| Hex | AB | 7B | 5C | 0 | 1C | 2E | 21 | 18 | 20 | 34 |
| Octal | 253 | 173 | 134 | 0 | 34 | 56 | 41 | 30 | 40 | 64 |
| Binary | 10101011 | 1111011 | 1011100 | 0 | 11100 | 101110 | 100001 | 11000 | 100000 | 110100 |
Color Harmonies of #AB7B5C
Complementary color
Monochromatic Colors of #AB7B5C
Black with #AB7B5C
Text Example
Text Example
White with #AB7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B5C; }
p { color: rgb(171,123,92); }
H1.HeaderClassName
{
color: #AB7B5C;
}
.AnyTagClassName
{
color: #AB7B5C;
}
</style>
background-color css
<style>
a { background-color: #AB7B5C; }
a { background-color: rgb(171,123,92); }
div.DivClassName
{
background-color: #AB7B5C;
}
.BgClassName
{
background-color: #AB7B5C;
}
</style>
border-color css
<style>
span { border-color: #AB7B5C; }
span { border-color: rgb(171,123,92); }
td.TdClassName
{
border-color: #AB7B5C;
}
.TagClassName
{
border-color: #AB7B5C;
}
</style>