Shades of Rust #AB4606
Tints of Rust #AB4606
RGB
CMYK
RGB Variations
Color information
#AB4606 (or 0xAB4606) is known color: Rust. HEX triplet: AB, 46 and 06. RGB value is (171,70,6). Sum of RGB (Red+Green+Blue) = 171+70+6=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4606 is #54B9F9. Grayscale: #5D5D5D. Windows color (decimal): -5552634 or 411307. OLE color: 411307.
HSL color Cylindrical-coordinate representation of color #AB4606: hue angle of 23.27º degrees, saturation: 0.93, 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 #AB4606 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 6 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.33 |
| HSL | 23.27º | 0.93% | 0.35% | - |
| HSV(B) | 23.27º | 0.96% | 0.67% | - |
| XYZ | 19.02 | 13.05 | 1.69 | - |
| YUV | 92.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 6 | 0 | 0.59 | 0.96 | 0.33 | 23.27 | 0.93 | 0.35 |
| Hex | AB | 46 | 6 | 0 | 3B | 60 | 21 | 17 | 5D | 23 |
| Octal | 253 | 106 | 6 | 0 | 73 | 140 | 41 | 27 | 135 | 43 |
| Binary | 10101011 | 1000110 | 110 | 0 | 111011 | 1100000 | 100001 | 10111 | 1011101 | 100011 |
Color Harmonies of #AB4606
Complementary color
Monochromatic Colors of #AB4606
Black with #AB4606
Text Example
Text Example
White with #AB4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4606; }
p { color: rgb(171,70,6); }
H1.HeaderClassName
{
color: #AB4606;
}
.AnyTagClassName
{
color: #AB4606;
}
</style>
background-color css
<style>
a { background-color: #AB4606; }
a { background-color: rgb(171,70,6); }
div.DivClassName
{
background-color: #AB4606;
}
.BgClassName
{
background-color: #AB4606;
}
</style>
border-color css
<style>
span { border-color: #AB4606; }
span { border-color: rgb(171,70,6); }
td.TdClassName
{
border-color: #AB4606;
}
.TagClassName
{
border-color: #AB4606;
}
</style>