Shades of Rust #A83706
Tints of Rust #A83706
RGB
CMYK
RGB Variations
Color information
#A83706 (or 0xA83706) is known color: Rust. HEX triplet: A8, 37 and 06. RGB value is (168,55,6). Sum of RGB (Red+Green+Blue) = 168+55+6=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83706 is #57C8F9. Grayscale: #535353. Windows color (decimal): -5753082 or 407464. OLE color: 407464.
HSL color Cylindrical-coordinate representation of color #A83706: hue angle of 18.15º 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 #A83706 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 6 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.34 |
| HSL | 18.15º | 0.93% | 0.34% | - |
| HSV(B) | 18.15º | 0.96% | 0.66% | - |
| XYZ | 17.55 | 11.07 | 1.38 | - |
| YUV | 83.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 6 | 0 | 0.67 | 0.96 | 0.34 | 18.15 | 0.93 | 0.34 |
| Hex | A8 | 37 | 6 | 0 | 43 | 60 | 22 | 12 | 5D | 22 |
| Octal | 250 | 67 | 6 | 0 | 103 | 140 | 42 | 22 | 135 | 42 |
| Binary | 10101000 | 110111 | 110 | 0 | 1000011 | 1100000 | 100010 | 10010 | 1011101 | 100010 |
Color Harmonies of #A83706
Complementary color
Monochromatic Colors of #A83706
Black with #A83706
Text Example
Text Example
White with #A83706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83706; }
p { color: rgb(168,55,6); }
H1.HeaderClassName
{
color: #A83706;
}
.AnyTagClassName
{
color: #A83706;
}
</style>
background-color css
<style>
a { background-color: #A83706; }
a { background-color: rgb(168,55,6); }
div.DivClassName
{
background-color: #A83706;
}
.BgClassName
{
background-color: #A83706;
}
</style>
border-color css
<style>
span { border-color: #A83706; }
span { border-color: rgb(168,55,6); }
td.TdClassName
{
border-color: #A83706;
}
.TagClassName
{
border-color: #A83706;
}
</style>