Shades of Medium Wood #AB795C
Tints of Medium Wood #AB795C
RGB
CMYK
RGB Variations
Color information
#AB795C (or 0xAB795C) is known color: Medium Wood. HEX triplet: AB, 79 and 5C. RGB value is (171,121,92). Sum of RGB (Red+Green+Blue) = 171+121+92=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB795C is #5486A3. Grayscale: #848484. Windows color (decimal): -5539492 or 6060459. OLE color: 6060459.
HSL color Cylindrical-coordinate representation of color #AB795C: hue angle of 22.03º 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 #AB795C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 92 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.33 |
| HSL | 22.03º | 0.32% | 0.52% | - |
| HSV(B) | 22.03º | 0.46% | 0.67% | - |
| XYZ | 25.56 | 23.11 | 13.24 | - |
| YUV | 132.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 92 | 0 | 0.29 | 0.46 | 0.33 | 22.03 | 0.32 | 0.52 |
| Hex | AB | 79 | 5C | 0 | 1D | 2E | 21 | 16 | 20 | 34 |
| Octal | 253 | 171 | 134 | 0 | 35 | 56 | 41 | 26 | 40 | 64 |
| Binary | 10101011 | 1111001 | 1011100 | 0 | 11101 | 101110 | 100001 | 10110 | 100000 | 110100 |
Color Harmonies of #AB795C
Complementary color
Monochromatic Colors of #AB795C
Black with #AB795C
Text Example
Text Example
White with #AB795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB795C; }
p { color: rgb(171,121,92); }
H1.HeaderClassName
{
color: #AB795C;
}
.AnyTagClassName
{
color: #AB795C;
}
</style>
background-color css
<style>
a { background-color: #AB795C; }
a { background-color: rgb(171,121,92); }
div.DivClassName
{
background-color: #AB795C;
}
.BgClassName
{
background-color: #AB795C;
}
</style>
border-color css
<style>
span { border-color: #AB795C; }
span { border-color: rgb(171,121,92); }
td.TdClassName
{
border-color: #AB795C;
}
.TagClassName
{
border-color: #AB795C;
}
</style>