Shades of Rust #AB5106
Tints of Rust #AB5106
RGB
CMYK
RGB Variations
Color information
#AB5106 (or 0xAB5106) is known color: Rust. HEX triplet: AB, 51 and 06. RGB value is (171,81,6). Sum of RGB (Red+Green+Blue) = 171+81+6=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5106 is #54AEF9. Grayscale: #636363. Windows color (decimal): -5549818 or 414123. OLE color: 414123.
HSL color Cylindrical-coordinate representation of color #AB5106: hue angle of 27.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB5106 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 6 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.33 |
| HSL | 27.27º | 0.93% | 0.35% | - |
| HSV(B) | 27.27º | 0.96% | 0.67% | - |
| XYZ | 19.77 | 14.56 | 1.94 | - |
| YUV | 99.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 6 | 0 | 0.53 | 0.96 | 0.33 | 27.27 | 0.93 | 0.35 |
| Hex | AB | 51 | 6 | 0 | 35 | 60 | 21 | 1B | 5D | 23 |
| Octal | 253 | 121 | 6 | 0 | 65 | 140 | 41 | 33 | 135 | 43 |
| Binary | 10101011 | 1010001 | 110 | 0 | 110101 | 1100000 | 100001 | 11011 | 1011101 | 100011 |
Color Harmonies of #AB5106
Complementary color
Monochromatic Colors of #AB5106
Black with #AB5106
Text Example
Text Example
White with #AB5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5106; }
p { color: rgb(171,81,6); }
H1.HeaderClassName
{
color: #AB5106;
}
.AnyTagClassName
{
color: #AB5106;
}
</style>
background-color css
<style>
a { background-color: #AB5106; }
a { background-color: rgb(171,81,6); }
div.DivClassName
{
background-color: #AB5106;
}
.BgClassName
{
background-color: #AB5106;
}
</style>
border-color css
<style>
span { border-color: #AB5106; }
span { border-color: rgb(171,81,6); }
td.TdClassName
{
border-color: #AB5106;
}
.TagClassName
{
border-color: #AB5106;
}
</style>