Shades of Rust #A84907
Tints of Rust #A84907
RGB
CMYK
RGB Variations
Color information
#A84907 (or 0xA84907) is known color: Rust. HEX triplet: A8, 49 and 07. RGB value is (168,73,7). Sum of RGB (Red+Green+Blue) = 168+73+7=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A84907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84907 is #57B6F8. Grayscale: #5E5E5E. Windows color (decimal): -5748473 or 477608. OLE color: 477608.
HSL color Cylindrical-coordinate representation of color #A84907: hue angle of 24.6º degrees, saturation: 0.92, 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 #A84907 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.34 |
| HSL | 24.6º | 0.92% | 0.34% | - |
| HSV(B) | 24.6º | 0.96% | 0.66% | - |
| XYZ | 18.57 | 13.11 | 1.75 | - |
| YUV | 93.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 7 | 0 | 0.57 | 0.96 | 0.34 | 24.6 | 0.92 | 0.34 |
| Hex | A8 | 49 | 7 | 0 | 39 | 60 | 22 | 19 | 5C | 22 |
| Octal | 250 | 111 | 7 | 0 | 71 | 140 | 42 | 31 | 134 | 42 |
| Binary | 10101000 | 1001001 | 111 | 0 | 111001 | 1100000 | 100010 | 11001 | 1011100 | 100010 |
Color Harmonies of #A84907
Complementary color
Monochromatic Colors of #A84907
Black with #A84907
Text Example
Text Example
White with #A84907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84907; }
p { color: rgb(168,73,7); }
H1.HeaderClassName
{
color: #A84907;
}
.AnyTagClassName
{
color: #A84907;
}
</style>
background-color css
<style>
a { background-color: #A84907; }
a { background-color: rgb(168,73,7); }
div.DivClassName
{
background-color: #A84907;
}
.BgClassName
{
background-color: #A84907;
}
</style>
border-color css
<style>
span { border-color: #A84907; }
span { border-color: rgb(168,73,7); }
td.TdClassName
{
border-color: #A84907;
}
.TagClassName
{
border-color: #A84907;
}
</style>