Shades of Rust #A83406
Tints of Rust #A83406
RGB
CMYK
RGB Variations
Color information
#A83406 (or 0xA83406) is known color: Rust. HEX triplet: A8, 34 and 06. RGB value is (168,52,6). Sum of RGB (Red+Green+Blue) = 168+52+6=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83406 is #57CBF9. Grayscale: #515151. Windows color (decimal): -5753850 or 406696. OLE color: 406696.
HSL color Cylindrical-coordinate representation of color #A83406: hue angle of 17.04º 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 #A83406 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.34 |
| HSL | 17.04º | 0.93% | 0.34% | - |
| HSV(B) | 17.04º | 0.96% | 0.66% | - |
| XYZ | 17.41 | 10.79 | 1.34 | - |
| YUV | 81.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 6 | 0 | 0.69 | 0.96 | 0.34 | 17.04 | 0.93 | 0.34 |
| Hex | A8 | 34 | 6 | 0 | 45 | 60 | 22 | 11 | 5D | 22 |
| Octal | 250 | 64 | 6 | 0 | 105 | 140 | 42 | 21 | 135 | 42 |
| Binary | 10101000 | 110100 | 110 | 0 | 1000101 | 1100000 | 100010 | 10001 | 1011101 | 100010 |
Color Harmonies of #A83406
Complementary color
Monochromatic Colors of #A83406
Black with #A83406
Text Example
Text Example
White with #A83406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83406; }
p { color: rgb(168,52,6); }
H1.HeaderClassName
{
color: #A83406;
}
.AnyTagClassName
{
color: #A83406;
}
</style>
background-color css
<style>
a { background-color: #A83406; }
a { background-color: rgb(168,52,6); }
div.DivClassName
{
background-color: #A83406;
}
.BgClassName
{
background-color: #A83406;
}
</style>
border-color css
<style>
span { border-color: #A83406; }
span { border-color: rgb(168,52,6); }
td.TdClassName
{
border-color: #A83406;
}
.TagClassName
{
border-color: #A83406;
}
</style>