Shades of Medium Wood #AB8465
Tints of Medium Wood #AB8465
RGB
CMYK
RGB Variations
Color information
#AB8465 (or 0xAB8465) is known color: Medium Wood. HEX triplet: AB, 84 and 65. RGB value is (171,132,101). Sum of RGB (Red+Green+Blue) = 171+132+101=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8465 is #547B9A. Grayscale: #8C8C8C. Windows color (decimal): -5536667 or 6653099. OLE color: 6653099.
HSL color Cylindrical-coordinate representation of color #AB8465: hue angle of 26.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8465 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 101 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.33 |
| HSL | 26.57º | 0.29% | 0.53% | - |
| HSV(B) | 26.57º | 0.41% | 0.67% | - |
| XYZ | 27.39 | 26.1 | 15.91 | - |
| YUV | 140.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 101 | 0 | 0.23 | 0.41 | 0.33 | 26.57 | 0.29 | 0.53 |
| Hex | AB | 84 | 65 | 0 | 17 | 29 | 21 | 1B | 1D | 35 |
| Octal | 253 | 204 | 145 | 0 | 27 | 51 | 41 | 33 | 35 | 65 |
| Binary | 10101011 | 10000100 | 1100101 | 0 | 10111 | 101001 | 100001 | 11011 | 11101 | 110101 |
Color Harmonies of #AB8465
Complementary color
Monochromatic Colors of #AB8465
Black with #AB8465
Text Example
Text Example
White with #AB8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8465; }
p { color: rgb(171,132,101); }
H1.HeaderClassName
{
color: #AB8465;
}
.AnyTagClassName
{
color: #AB8465;
}
</style>
background-color css
<style>
a { background-color: #AB8465; }
a { background-color: rgb(171,132,101); }
div.DivClassName
{
background-color: #AB8465;
}
.BgClassName
{
background-color: #AB8465;
}
</style>
border-color css
<style>
span { border-color: #AB8465; }
span { border-color: rgb(171,132,101); }
td.TdClassName
{
border-color: #AB8465;
}
.TagClassName
{
border-color: #AB8465;
}
</style>