Shades of Rust #A44806
Tints of Rust #A44806
RGB
CMYK
RGB Variations
Color information
#A44806 (or 0xA44806) is known color: Rust. HEX triplet: A4, 48 and 06. RGB value is (164,72,6). Sum of RGB (Red+Green+Blue) = 164+72+6=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A44806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44806 is #5BB7F9. Grayscale: #5C5C5C. Windows color (decimal): -6010874 or 411812. OLE color: 411812.
HSL color Cylindrical-coordinate representation of color #A44806: hue angle of 25.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A44806 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.36 |
| HSL | 25.06º | 0.93% | 0.33% | - |
| HSV(B) | 25.06º | 0.96% | 0.64% | - |
| XYZ | 17.66 | 12.54 | 1.66 | - |
| YUV | 91.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 6 | 0 | 0.56 | 0.96 | 0.36 | 25.06 | 0.93 | 0.33 |
| Hex | A4 | 48 | 6 | 0 | 38 | 60 | 24 | 19 | 5D | 21 |
| Octal | 244 | 110 | 6 | 0 | 70 | 140 | 44 | 31 | 135 | 41 |
| Binary | 10100100 | 1001000 | 110 | 0 | 111000 | 1100000 | 100100 | 11001 | 1011101 | 100001 |
Color Harmonies of #A44806
Complementary color
Monochromatic Colors of #A44806
Black with #A44806
Text Example
Text Example
White with #A44806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44806; }
p { color: rgb(164,72,6); }
H1.HeaderClassName
{
color: #A44806;
}
.AnyTagClassName
{
color: #A44806;
}
</style>
background-color css
<style>
a { background-color: #A44806; }
a { background-color: rgb(164,72,6); }
div.DivClassName
{
background-color: #A44806;
}
.BgClassName
{
background-color: #A44806;
}
</style>
border-color css
<style>
span { border-color: #A44806; }
span { border-color: rgb(164,72,6); }
td.TdClassName
{
border-color: #A44806;
}
.TagClassName
{
border-color: #A44806;
}
</style>