Shades of Medium Wood #AB825B
Tints of Medium Wood #AB825B
RGB
CMYK
RGB Variations
Color information
#AB825B (or 0xAB825B) is known color: Medium Wood. HEX triplet: AB, 82 and 5B. RGB value is (171,130,91). Sum of RGB (Red+Green+Blue) = 171+130+91=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB825B is #547DA4. Grayscale: #8A8A8A. Windows color (decimal): -5537189 or 5997227. OLE color: 5997227.
HSL color Cylindrical-coordinate representation of color #AB825B: hue angle of 29.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB825B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 91 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.33 |
| HSL | 29.25º | 0.32% | 0.51% | - |
| HSV(B) | 29.25º | 0.47% | 0.67% | - |
| XYZ | 26.67 | 25.38 | 13.39 | - |
| YUV | 137.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 91 | 0 | 0.24 | 0.47 | 0.33 | 29.25 | 0.32 | 0.51 |
| Hex | AB | 82 | 5B | 0 | 18 | 2F | 21 | 1D | 20 | 33 |
| Octal | 253 | 202 | 133 | 0 | 30 | 57 | 41 | 35 | 40 | 63 |
| Binary | 10101011 | 10000010 | 1011011 | 0 | 11000 | 101111 | 100001 | 11101 | 100000 | 110011 |
Color Harmonies of #AB825B
Complementary color
Monochromatic Colors of #AB825B
Black with #AB825B
Text Example
Text Example
White with #AB825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB825B; }
p { color: rgb(171,130,91); }
H1.HeaderClassName
{
color: #AB825B;
}
.AnyTagClassName
{
color: #AB825B;
}
</style>
background-color css
<style>
a { background-color: #AB825B; }
a { background-color: rgb(171,130,91); }
div.DivClassName
{
background-color: #AB825B;
}
.BgClassName
{
background-color: #AB825B;
}
</style>
border-color css
<style>
span { border-color: #AB825B; }
span { border-color: rgb(171,130,91); }
td.TdClassName
{
border-color: #AB825B;
}
.TagClassName
{
border-color: #AB825B;
}
</style>