Shades of Rust #AB5407
Tints of Rust #AB5407
RGB
CMYK
RGB Variations
Color information
#AB5407 (or 0xAB5407) is known color: Rust. HEX triplet: AB, 54 and 07. RGB value is (171,84,7). Sum of RGB (Red+Green+Blue) = 171+84+7=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5407 is #54ABF8. Grayscale: #656565. Windows color (decimal): -5549049 or 480427. OLE color: 480427.
HSL color Cylindrical-coordinate representation of color #AB5407: hue angle of 28.17º degrees, saturation: 0.92, 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 #AB5407 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 7 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.33 |
| HSL | 28.17º | 0.92% | 0.35% | - |
| HSV(B) | 28.17º | 0.96% | 0.67% | - |
| XYZ | 20 | 15.01 | 2.04 | - |
| YUV | 101.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 7 | 0 | 0.51 | 0.96 | 0.33 | 28.17 | 0.92 | 0.35 |
| Hex | AB | 54 | 7 | 0 | 33 | 60 | 21 | 1C | 5C | 23 |
| Octal | 253 | 124 | 7 | 0 | 63 | 140 | 41 | 34 | 134 | 43 |
| Binary | 10101011 | 1010100 | 111 | 0 | 110011 | 1100000 | 100001 | 11100 | 1011100 | 100011 |
Color Harmonies of #AB5407
Complementary color
Monochromatic Colors of #AB5407
Black with #AB5407
Text Example
Text Example
White with #AB5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5407; }
p { color: rgb(171,84,7); }
H1.HeaderClassName
{
color: #AB5407;
}
.AnyTagClassName
{
color: #AB5407;
}
</style>
background-color css
<style>
a { background-color: #AB5407; }
a { background-color: rgb(171,84,7); }
div.DivClassName
{
background-color: #AB5407;
}
.BgClassName
{
background-color: #AB5407;
}
</style>
border-color css
<style>
span { border-color: #AB5407; }
span { border-color: rgb(171,84,7); }
td.TdClassName
{
border-color: #AB5407;
}
.TagClassName
{
border-color: #AB5407;
}
</style>