Shades of Rust #AB5408
Tints of Rust #AB5408
RGB
CMYK
RGB Variations
Color information
#AB5408 (or 0xAB5408) is known color: Rust. HEX triplet: AB, 54 and 08. RGB value is (171,84,8). Sum of RGB (Red+Green+Blue) = 171+84+8=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5408 is #54ABF7. Grayscale: #656565. Windows color (decimal): -5549048 or 545963. OLE color: 545963.
HSL color Cylindrical-coordinate representation of color #AB5408: hue angle of 27.98º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB5408 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.33 |
| HSL | 27.98º | 0.91% | 0.35% | - |
| HSV(B) | 27.98º | 0.95% | 0.67% | - |
| XYZ | 20.01 | 15.02 | 2.07 | - |
| YUV | 101.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 8 | 0 | 0.51 | 0.95 | 0.33 | 27.98 | 0.91 | 0.35 |
| Hex | AB | 54 | 8 | 0 | 33 | 5F | 21 | 1C | 5B | 23 |
| Octal | 253 | 124 | 10 | 0 | 63 | 137 | 41 | 34 | 133 | 43 |
| Binary | 10101011 | 1010100 | 1000 | 0 | 110011 | 1011111 | 100001 | 11100 | 1011011 | 100011 |
Color Harmonies of #AB5408
Complementary color
Monochromatic Colors of #AB5408
Black with #AB5408
Text Example
Text Example
White with #AB5408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5408; }
p { color: rgb(171,84,8); }
H1.HeaderClassName
{
color: #AB5408;
}
.AnyTagClassName
{
color: #AB5408;
}
</style>
background-color css
<style>
a { background-color: #AB5408; }
a { background-color: rgb(171,84,8); }
div.DivClassName
{
background-color: #AB5408;
}
.BgClassName
{
background-color: #AB5408;
}
</style>
border-color css
<style>
span { border-color: #AB5408; }
span { border-color: rgb(171,84,8); }
td.TdClassName
{
border-color: #AB5408;
}
.TagClassName
{
border-color: #AB5408;
}
</style>