Shades of Rust #AB4617
Tints of Rust #AB4617
RGB
CMYK
RGB Variations
Color information
#AB4617 (or 0xAB4617) is known color: Rust. HEX triplet: AB, 46 and 17. RGB value is (171,70,23). Sum of RGB (Red+Green+Blue) = 171+70+23=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4617 is #54B9E8. Grayscale: #5F5F5F. Windows color (decimal): -5552617 or 1525419. OLE color: 1525419.
HSL color Cylindrical-coordinate representation of color #AB4617: hue angle of 19.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB4617 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.33 |
| HSL | 19.05º | 0.76% | 0.38% | - |
| HSV(B) | 19.05º | 0.87% | 0.67% | - |
| XYZ | 19.14 | 13.1 | 2.33 | - |
| YUV | 94.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 23 | 0 | 0.59 | 0.87 | 0.33 | 19.05 | 0.76 | 0.38 |
| Hex | AB | 46 | 17 | 0 | 3B | 57 | 21 | 13 | 4C | 26 |
| Octal | 253 | 106 | 27 | 0 | 73 | 127 | 41 | 23 | 114 | 46 |
| Binary | 10101011 | 1000110 | 10111 | 0 | 111011 | 1010111 | 100001 | 10011 | 1001100 | 100110 |
Color Harmonies of #AB4617
Complementary color
Monochromatic Colors of #AB4617
Black with #AB4617
Text Example
Text Example
White with #AB4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4617; }
p { color: rgb(171,70,23); }
H1.HeaderClassName
{
color: #AB4617;
}
.AnyTagClassName
{
color: #AB4617;
}
</style>
background-color css
<style>
a { background-color: #AB4617; }
a { background-color: rgb(171,70,23); }
div.DivClassName
{
background-color: #AB4617;
}
.BgClassName
{
background-color: #AB4617;
}
</style>
border-color css
<style>
span { border-color: #AB4617; }
span { border-color: rgb(171,70,23); }
td.TdClassName
{
border-color: #AB4617;
}
.TagClassName
{
border-color: #AB4617;
}
</style>