Shades of Rust #A84410
Tints of Rust #A84410
RGB
CMYK
RGB Variations
Color information
#A84410 (or 0xA84410) is known color: Rust. HEX triplet: A8, 44 and 10. RGB value is (168,68,16). Sum of RGB (Red+Green+Blue) = 168+68+16=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A84410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84410 is #57BBEF. Grayscale: #5C5C5C. Windows color (decimal): -5749744 or 1066152. OLE color: 1066152.
HSL color Cylindrical-coordinate representation of color #A84410: hue angle of 20.53º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84410 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.34 |
| HSL | 20.53º | 0.83% | 0.36% | - |
| HSV(B) | 20.53º | 0.9% | 0.66% | - |
| XYZ | 18.31 | 12.5 | 1.94 | - |
| YUV | 91.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 16 | 0 | 0.60 | 0.90 | 0.34 | 20.53 | 0.83 | 0.36 |
| Hex | A8 | 44 | 10 | 0 | 3C | 5A | 22 | 15 | 53 | 24 |
| Octal | 250 | 104 | 20 | 0 | 74 | 132 | 42 | 25 | 123 | 44 |
| Binary | 10101000 | 1000100 | 10000 | 0 | 111100 | 1011010 | 100010 | 10101 | 1010011 | 100100 |
Color Harmonies of #A84410
Complementary color
Monochromatic Colors of #A84410
Black with #A84410
Text Example
Text Example
White with #A84410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84410; }
p { color: rgb(168,68,16); }
H1.HeaderClassName
{
color: #A84410;
}
.AnyTagClassName
{
color: #A84410;
}
</style>
background-color css
<style>
a { background-color: #A84410; }
a { background-color: rgb(168,68,16); }
div.DivClassName
{
background-color: #A84410;
}
.BgClassName
{
background-color: #A84410;
}
</style>
border-color css
<style>
span { border-color: #A84410; }
span { border-color: rgb(168,68,16); }
td.TdClassName
{
border-color: #A84410;
}
.TagClassName
{
border-color: #A84410;
}
</style>