Shades of Rust #A83206
Tints of Rust #A83206
RGB
CMYK
RGB Variations
Color information
#A83206 (or 0xA83206) is known color: Rust. HEX triplet: A8, 32 and 06. RGB value is (168,50,6). Sum of RGB (Red+Green+Blue) = 168+50+6=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A83206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83206 is #57CDF9. Grayscale: #505050. Windows color (decimal): -5754362 or 406184. OLE color: 406184.
HSL color Cylindrical-coordinate representation of color #A83206: hue angle of 16.3º 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 #A83206 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.34 |
| HSL | 16.3º | 0.93% | 0.34% | - |
| HSV(B) | 16.3º | 0.96% | 0.66% | - |
| XYZ | 17.32 | 10.62 | 1.31 | - |
| YUV | 80.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 6 | 0 | 0.70 | 0.96 | 0.34 | 16.3 | 0.93 | 0.34 |
| Hex | A8 | 32 | 6 | 0 | 46 | 60 | 22 | 10 | 5D | 22 |
| Octal | 250 | 62 | 6 | 0 | 106 | 140 | 42 | 20 | 135 | 42 |
| Binary | 10101000 | 110010 | 110 | 0 | 1000110 | 1100000 | 100010 | 10000 | 1011101 | 100010 |
Color Harmonies of #A83206
Complementary color
Monochromatic Colors of #A83206
Black with #A83206
Text Example
Text Example
White with #A83206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83206; }
p { color: rgb(168,50,6); }
H1.HeaderClassName
{
color: #A83206;
}
.AnyTagClassName
{
color: #A83206;
}
</style>
background-color css
<style>
a { background-color: #A83206; }
a { background-color: rgb(168,50,6); }
div.DivClassName
{
background-color: #A83206;
}
.BgClassName
{
background-color: #A83206;
}
</style>
border-color css
<style>
span { border-color: #A83206; }
span { border-color: rgb(168,50,6); }
td.TdClassName
{
border-color: #A83206;
}
.TagClassName
{
border-color: #A83206;
}
</style>