Shades of Rust #A84506
Tints of Rust #A84506
RGB
CMYK
RGB Variations
Color information
#A84506 (or 0xA84506) is known color: Rust. HEX triplet: A8, 45 and 06. RGB value is (168,69,6). Sum of RGB (Red+Green+Blue) = 168+69+6=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84506 is #57BAF9. Grayscale: #5B5B5B. Windows color (decimal): -5749498 or 411048. OLE color: 411048.
HSL color Cylindrical-coordinate representation of color #A84506: hue angle of 23.33º 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 #A84506 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 6 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.34 |
| HSL | 23.33º | 0.93% | 0.34% | - |
| HSV(B) | 23.33º | 0.96% | 0.66% | - |
| XYZ | 18.31 | 12.59 | 1.64 | - |
| YUV | 91.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 6 | 0 | 0.59 | 0.96 | 0.34 | 23.33 | 0.93 | 0.34 |
| Hex | A8 | 45 | 6 | 0 | 3B | 60 | 22 | 17 | 5D | 22 |
| Octal | 250 | 105 | 6 | 0 | 73 | 140 | 42 | 27 | 135 | 42 |
| Binary | 10101000 | 1000101 | 110 | 0 | 111011 | 1100000 | 100010 | 10111 | 1011101 | 100010 |
Color Harmonies of #A84506
Complementary color
Monochromatic Colors of #A84506
Black with #A84506
Text Example
Text Example
White with #A84506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84506; }
p { color: rgb(168,69,6); }
H1.HeaderClassName
{
color: #A84506;
}
.AnyTagClassName
{
color: #A84506;
}
</style>
background-color css
<style>
a { background-color: #A84506; }
a { background-color: rgb(168,69,6); }
div.DivClassName
{
background-color: #A84506;
}
.BgClassName
{
background-color: #A84506;
}
</style>
border-color css
<style>
span { border-color: #A84506; }
span { border-color: rgb(168,69,6); }
td.TdClassName
{
border-color: #A84506;
}
.TagClassName
{
border-color: #A84506;
}
</style>