Shades of Medium Wood #AB826B
Tints of Medium Wood #AB826B
RGB
CMYK
RGB Variations
Color information
#AB826B (or 0xAB826B) is known color: Medium Wood. HEX triplet: AB, 82 and 6B. RGB value is (171,130,107). Sum of RGB (Red+Green+Blue) = 171+130+107=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB826B is #547D94. Grayscale: #8B8B8B. Windows color (decimal): -5537173 or 7045803. OLE color: 7045803.
HSL color Cylindrical-coordinate representation of color #AB826B: hue angle of 21.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB826B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 107 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.33 |
| HSL | 21.56º | 0.28% | 0.55% | - |
| HSV(B) | 21.56º | 0.37% | 0.67% | - |
| XYZ | 27.43 | 25.68 | 17.42 | - |
| YUV | 139.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 107 | 0 | 0.24 | 0.37 | 0.33 | 21.56 | 0.28 | 0.55 |
| Hex | AB | 82 | 6B | 0 | 18 | 25 | 21 | 16 | 1C | 37 |
| Octal | 253 | 202 | 153 | 0 | 30 | 45 | 41 | 26 | 34 | 67 |
| Binary | 10101011 | 10000010 | 1101011 | 0 | 11000 | 100101 | 100001 | 10110 | 11100 | 110111 |
Color Harmonies of #AB826B
Complementary color
Monochromatic Colors of #AB826B
Black with #AB826B
Text Example
Text Example
White with #AB826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB826B; }
p { color: rgb(171,130,107); }
H1.HeaderClassName
{
color: #AB826B;
}
.AnyTagClassName
{
color: #AB826B;
}
</style>
background-color css
<style>
a { background-color: #AB826B; }
a { background-color: rgb(171,130,107); }
div.DivClassName
{
background-color: #AB826B;
}
.BgClassName
{
background-color: #AB826B;
}
</style>
border-color css
<style>
span { border-color: #AB826B; }
span { border-color: rgb(171,130,107); }
td.TdClassName
{
border-color: #AB826B;
}
.TagClassName
{
border-color: #AB826B;
}
</style>