Shades of Rust #AB4706
Tints of Rust #AB4706
RGB
CMYK
RGB Variations
Color information
#AB4706 (or 0xAB4706) is known color: Rust. HEX triplet: AB, 47 and 06. RGB value is (171,71,6). Sum of RGB (Red+Green+Blue) = 171+71+6=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4706 is #54B8F9. Grayscale: #5D5D5D. Windows color (decimal): -5552378 or 411563. OLE color: 411563.
HSL color Cylindrical-coordinate representation of color #AB4706: hue angle of 23.64º 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 #AB4706 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 6 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.33 |
| HSL | 23.64º | 0.93% | 0.35% | - |
| HSV(B) | 23.64º | 0.96% | 0.67% | - |
| XYZ | 19.08 | 13.18 | 1.71 | - |
| YUV | 93.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 6 | 0 | 0.58 | 0.96 | 0.33 | 23.64 | 0.93 | 0.35 |
| Hex | AB | 47 | 6 | 0 | 3A | 60 | 21 | 18 | 5D | 23 |
| Octal | 253 | 107 | 6 | 0 | 72 | 140 | 41 | 30 | 135 | 43 |
| Binary | 10101011 | 1000111 | 110 | 0 | 111010 | 1100000 | 100001 | 11000 | 1011101 | 100011 |
Color Harmonies of #AB4706
Complementary color
Monochromatic Colors of #AB4706
Black with #AB4706
Text Example
Text Example
White with #AB4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4706; }
p { color: rgb(171,71,6); }
H1.HeaderClassName
{
color: #AB4706;
}
.AnyTagClassName
{
color: #AB4706;
}
</style>
background-color css
<style>
a { background-color: #AB4706; }
a { background-color: rgb(171,71,6); }
div.DivClassName
{
background-color: #AB4706;
}
.BgClassName
{
background-color: #AB4706;
}
</style>
border-color css
<style>
span { border-color: #AB4706; }
span { border-color: rgb(171,71,6); }
td.TdClassName
{
border-color: #AB4706;
}
.TagClassName
{
border-color: #AB4706;
}
</style>