Shades of Rust #A84715
Tints of Rust #A84715
RGB
CMYK
RGB Variations
Color information
#A84715 (or 0xA84715) is known color: Rust. HEX triplet: A8, 47 and 15. RGB value is (168,71,21). Sum of RGB (Red+Green+Blue) = 168+71+21=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A84715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84715 is #57B8EA. Grayscale: #5E5E5E. Windows color (decimal): -5748971 or 1394600. OLE color: 1394600.
HSL color Cylindrical-coordinate representation of color #A84715: hue angle of 20.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84715 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 21 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.34 |
| HSL | 20.41º | 0.78% | 0.37% | - |
| HSV(B) | 20.41º | 0.88% | 0.66% | - |
| XYZ | 18.54 | 12.89 | 2.22 | - |
| YUV | 94.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 21 | 0 | 0.58 | 0.88 | 0.34 | 20.41 | 0.78 | 0.37 |
| Hex | A8 | 47 | 15 | 0 | 3A | 58 | 22 | 14 | 4E | 25 |
| Octal | 250 | 107 | 25 | 0 | 72 | 130 | 42 | 24 | 116 | 45 |
| Binary | 10101000 | 1000111 | 10101 | 0 | 111010 | 1011000 | 100010 | 10100 | 1001110 | 100101 |
Color Harmonies of #A84715
Complementary color
Monochromatic Colors of #A84715
Black with #A84715
Text Example
Text Example
White with #A84715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84715; }
p { color: rgb(168,71,21); }
H1.HeaderClassName
{
color: #A84715;
}
.AnyTagClassName
{
color: #A84715;
}
</style>
background-color css
<style>
a { background-color: #A84715; }
a { background-color: rgb(168,71,21); }
div.DivClassName
{
background-color: #A84715;
}
.BgClassName
{
background-color: #A84715;
}
</style>
border-color css
<style>
span { border-color: #A84715; }
span { border-color: rgb(168,71,21); }
td.TdClassName
{
border-color: #A84715;
}
.TagClassName
{
border-color: #A84715;
}
</style>