Shades of Rust #A84206
Tints of Rust #A84206
RGB
CMYK
RGB Variations
Color information
#A84206 (or 0xA84206) is known color: Rust. HEX triplet: A8, 42 and 06. RGB value is (168,66,6). Sum of RGB (Red+Green+Blue) = 168+66+6=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A84206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84206 is #57BDF9. Grayscale: #5A5A5A. Windows color (decimal): -5750266 or 410280. OLE color: 410280.
HSL color Cylindrical-coordinate representation of color #A84206: hue angle of 22.22º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A84206 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 6 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.34 |
| HSL | 22.22º | 0.93% | 0.34% | - |
| HSV(B) | 22.22º | 0.96% | 0.66% | - |
| XYZ | 18.13 | 12.23 | 1.58 | - |
| YUV | 89.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 6 | 0 | 0.61 | 0.96 | 0.34 | 22.22 | 0.93 | 0.34 |
| Hex | A8 | 42 | 6 | 0 | 3D | 60 | 22 | 16 | 5D | 22 |
| Octal | 250 | 102 | 6 | 0 | 75 | 140 | 42 | 26 | 135 | 42 |
| Binary | 10101000 | 1000010 | 110 | 0 | 111101 | 1100000 | 100010 | 10110 | 1011101 | 100010 |
Color Harmonies of #A84206
Complementary color
Monochromatic Colors of #A84206
Black with #A84206
Text Example
Text Example
White with #A84206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84206; }
p { color: rgb(168,66,6); }
H1.HeaderClassName
{
color: #A84206;
}
.AnyTagClassName
{
color: #A84206;
}
</style>
background-color css
<style>
a { background-color: #A84206; }
a { background-color: rgb(168,66,6); }
div.DivClassName
{
background-color: #A84206;
}
.BgClassName
{
background-color: #A84206;
}
</style>
border-color css
<style>
span { border-color: #A84206; }
span { border-color: rgb(168,66,6); }
td.TdClassName
{
border-color: #A84206;
}
.TagClassName
{
border-color: #A84206;
}
</style>