Shades of Rust #AB4F06
Tints of Rust #AB4F06
RGB
CMYK
RGB Variations
Color information
#AB4F06 (or 0xAB4F06) is known color: Rust. HEX triplet: AB, 4F and 06. RGB value is (171,79,6). Sum of RGB (Red+Green+Blue) = 171+79+6=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F06 is #54B0F9. Grayscale: #626262. Windows color (decimal): -5550330 or 413611. OLE color: 413611.
HSL color Cylindrical-coordinate representation of color #AB4F06: hue angle of 26.55º 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 #AB4F06 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 6 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.33 |
| HSL | 26.55º | 0.93% | 0.35% | - |
| HSV(B) | 26.55º | 0.96% | 0.67% | - |
| XYZ | 19.62 | 14.26 | 1.89 | - |
| YUV | 98.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 6 | 0 | 0.54 | 0.96 | 0.33 | 26.55 | 0.93 | 0.35 |
| Hex | AB | 4F | 6 | 0 | 36 | 60 | 21 | 1B | 5D | 23 |
| Octal | 253 | 117 | 6 | 0 | 66 | 140 | 41 | 33 | 135 | 43 |
| Binary | 10101011 | 1001111 | 110 | 0 | 110110 | 1100000 | 100001 | 11011 | 1011101 | 100011 |
Color Harmonies of #AB4F06
Complementary color
Monochromatic Colors of #AB4F06
Black with #AB4F06
Text Example
Text Example
White with #AB4F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F06; }
p { color: rgb(171,79,6); }
H1.HeaderClassName
{
color: #AB4F06;
}
.AnyTagClassName
{
color: #AB4F06;
}
</style>
background-color css
<style>
a { background-color: #AB4F06; }
a { background-color: rgb(171,79,6); }
div.DivClassName
{
background-color: #AB4F06;
}
.BgClassName
{
background-color: #AB4F06;
}
</style>
border-color css
<style>
span { border-color: #AB4F06; }
span { border-color: rgb(171,79,6); }
td.TdClassName
{
border-color: #AB4F06;
}
.TagClassName
{
border-color: #AB4F06;
}
</style>