Shades of Rust #A82706
Tints of Rust #A82706
RGB
CMYK
RGB Variations
Color information
#A82706 (or 0xA82706) is known color: Rust. HEX triplet: A8, 27 and 06. RGB value is (168,39,6). Sum of RGB (Red+Green+Blue) = 168+39+6=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A82706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82706 is #57D8F9. Grayscale: #4A4A4A. Windows color (decimal): -5757178 or 403368. OLE color: 403368.
HSL color Cylindrical-coordinate representation of color #A82706: hue angle of 12.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 #A82706 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 6 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.34 |
| HSL | 12.22º | 0.93% | 0.34% | - |
| HSV(B) | 12.22º | 0.96% | 0.66% | - |
| XYZ | 16.91 | 9.79 | 1.17 | - |
| YUV | 73.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 6 | 0 | 0.77 | 0.96 | 0.34 | 12.22 | 0.93 | 0.34 |
| Hex | A8 | 27 | 6 | 0 | 4D | 60 | 22 | C | 5D | 22 |
| Octal | 250 | 47 | 6 | 0 | 115 | 140 | 42 | 14 | 135 | 42 |
| Binary | 10101000 | 100111 | 110 | 0 | 1001101 | 1100000 | 100010 | 1100 | 1011101 | 100010 |
Color Harmonies of #A82706
Complementary color
Monochromatic Colors of #A82706
Black with #A82706
Text Example
Text Example
White with #A82706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82706; }
p { color: rgb(168,39,6); }
H1.HeaderClassName
{
color: #A82706;
}
.AnyTagClassName
{
color: #A82706;
}
</style>
background-color css
<style>
a { background-color: #A82706; }
a { background-color: rgb(168,39,6); }
div.DivClassName
{
background-color: #A82706;
}
.BgClassName
{
background-color: #A82706;
}
</style>
border-color css
<style>
span { border-color: #A82706; }
span { border-color: rgb(168,39,6); }
td.TdClassName
{
border-color: #A82706;
}
.TagClassName
{
border-color: #A82706;
}
</style>