Shades of Rust #A84214
Tints of Rust #A84214
RGB
CMYK
RGB Variations
Color information
#A84214 (or 0xA84214) is known color: Rust. HEX triplet: A8, 42 and 14. RGB value is (168,66,20). Sum of RGB (Red+Green+Blue) = 168+66+20=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84214 is #57BDEB. Grayscale: #5B5B5B. Windows color (decimal): -5750252 or 1327784. OLE color: 1327784.
HSL color Cylindrical-coordinate representation of color #A84214: hue angle of 18.65º degrees, saturation: 0.79, 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 #A84214 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 20 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.34 |
| HSL | 18.65º | 0.79% | 0.37% | - |
| HSV(B) | 18.65º | 0.88% | 0.66% | - |
| XYZ | 18.22 | 12.27 | 2.07 | - |
| YUV | 91.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 20 | 0 | 0.61 | 0.88 | 0.34 | 18.65 | 0.79 | 0.37 |
| Hex | A8 | 42 | 14 | 0 | 3D | 58 | 22 | 13 | 4F | 25 |
| Octal | 250 | 102 | 24 | 0 | 75 | 130 | 42 | 23 | 117 | 45 |
| Binary | 10101000 | 1000010 | 10100 | 0 | 111101 | 1011000 | 100010 | 10011 | 1001111 | 100101 |
Color Harmonies of #A84214
Complementary color
Monochromatic Colors of #A84214
Black with #A84214
Text Example
Text Example
White with #A84214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84214; }
p { color: rgb(168,66,20); }
H1.HeaderClassName
{
color: #A84214;
}
.AnyTagClassName
{
color: #A84214;
}
</style>
background-color css
<style>
a { background-color: #A84214; }
a { background-color: rgb(168,66,20); }
div.DivClassName
{
background-color: #A84214;
}
.BgClassName
{
background-color: #A84214;
}
</style>
border-color css
<style>
span { border-color: #A84214; }
span { border-color: rgb(168,66,20); }
td.TdClassName
{
border-color: #A84214;
}
.TagClassName
{
border-color: #A84214;
}
</style>