Shades of Rust #AB540A
Tints of Rust #AB540A
RGB
CMYK
RGB Variations
Color information
#AB540A (or 0xAB540A) is known color: Rust. HEX triplet: AB, 54 and 0A. RGB value is (171,84,10). Sum of RGB (Red+Green+Blue) = 171+84+10=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB540A is #54ABF5. Grayscale: #656565. Windows color (decimal): -5549046 or 677035. OLE color: 677035.
HSL color Cylindrical-coordinate representation of color #AB540A: hue angle of 27.58º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB540A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.33 |
| HSL | 27.58º | 0.89% | 0.35% | - |
| HSV(B) | 27.58º | 0.94% | 0.67% | - |
| XYZ | 20.02 | 15.02 | 2.13 | - |
| YUV | 101.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 10 | 0 | 0.51 | 0.94 | 0.33 | 27.58 | 0.89 | 0.35 |
| Hex | AB | 54 | A | 0 | 33 | 5E | 21 | 1C | 59 | 23 |
| Octal | 253 | 124 | 12 | 0 | 63 | 136 | 41 | 34 | 131 | 43 |
| Binary | 10101011 | 1010100 | 1010 | 0 | 110011 | 1011110 | 100001 | 11100 | 1011001 | 100011 |
Color Harmonies of #AB540A
Complementary color
Monochromatic Colors of #AB540A
Black with #AB540A
Text Example
Text Example
White with #AB540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB540A; }
p { color: rgb(171,84,10); }
H1.HeaderClassName
{
color: #AB540A;
}
.AnyTagClassName
{
color: #AB540A;
}
</style>
background-color css
<style>
a { background-color: #AB540A; }
a { background-color: rgb(171,84,10); }
div.DivClassName
{
background-color: #AB540A;
}
.BgClassName
{
background-color: #AB540A;
}
</style>
border-color css
<style>
span { border-color: #AB540A; }
span { border-color: rgb(171,84,10); }
td.TdClassName
{
border-color: #AB540A;
}
.TagClassName
{
border-color: #AB540A;
}
</style>