Shades of Rust #AB520A
Tints of Rust #AB520A
RGB
CMYK
RGB Variations
Color information
#AB520A (or 0xAB520A) is known color: Rust. HEX triplet: AB, 52 and 0A. RGB value is (171,82,10). Sum of RGB (Red+Green+Blue) = 171+82+10=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB520A is #54ADF5. Grayscale: #646464. Windows color (decimal): -5549558 or 676523. OLE color: 676523.
HSL color Cylindrical-coordinate representation of color #AB520A: hue angle of 26.83º 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 #AB520A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 10 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.33 |
| HSL | 26.83º | 0.89% | 0.35% | - |
| HSV(B) | 26.83º | 0.94% | 0.67% | - |
| XYZ | 19.87 | 14.71 | 2.08 | - |
| YUV | 100.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 10 | 0 | 0.52 | 0.94 | 0.33 | 26.83 | 0.89 | 0.35 |
| Hex | AB | 52 | A | 0 | 34 | 5E | 21 | 1B | 59 | 23 |
| Octal | 253 | 122 | 12 | 0 | 64 | 136 | 41 | 33 | 131 | 43 |
| Binary | 10101011 | 1010010 | 1010 | 0 | 110100 | 1011110 | 100001 | 11011 | 1011001 | 100011 |
Color Harmonies of #AB520A
Complementary color
Monochromatic Colors of #AB520A
Black with #AB520A
Text Example
Text Example
White with #AB520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB520A; }
p { color: rgb(171,82,10); }
H1.HeaderClassName
{
color: #AB520A;
}
.AnyTagClassName
{
color: #AB520A;
}
</style>
background-color css
<style>
a { background-color: #AB520A; }
a { background-color: rgb(171,82,10); }
div.DivClassName
{
background-color: #AB520A;
}
.BgClassName
{
background-color: #AB520A;
}
</style>
border-color css
<style>
span { border-color: #AB520A; }
span { border-color: rgb(171,82,10); }
td.TdClassName
{
border-color: #AB520A;
}
.TagClassName
{
border-color: #AB520A;
}
</style>