Shades of Rust #A95007
Tints of Rust #A95007
RGB
CMYK
RGB Variations
Color information
#A95007 (or 0xA95007) is known color: Rust. HEX triplet: A9, 50 and 07. RGB value is (169,80,7). Sum of RGB (Red+Green+Blue) = 169+80+7=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A95007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95007 is #56AFF8. Grayscale: #626262. Windows color (decimal): -5681145 or 479401. OLE color: 479401.
HSL color Cylindrical-coordinate representation of color #A95007: hue angle of 27.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A95007 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.34 |
| HSL | 27.04º | 0.92% | 0.35% | - |
| HSV(B) | 27.04º | 0.96% | 0.66% | - |
| XYZ | 19.27 | 14.19 | 1.92 | - |
| YUV | 98.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 7 | 0 | 0.53 | 0.96 | 0.34 | 27.04 | 0.92 | 0.35 |
| Hex | A9 | 50 | 7 | 0 | 35 | 60 | 22 | 1B | 5C | 23 |
| Octal | 251 | 120 | 7 | 0 | 65 | 140 | 42 | 33 | 134 | 43 |
| Binary | 10101001 | 1010000 | 111 | 0 | 110101 | 1100000 | 100010 | 11011 | 1011100 | 100011 |
Color Harmonies of #A95007
Complementary color
Monochromatic Colors of #A95007
Black with #A95007
Text Example
Text Example
White with #A95007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95007; }
p { color: rgb(169,80,7); }
H1.HeaderClassName
{
color: #A95007;
}
.AnyTagClassName
{
color: #A95007;
}
</style>
background-color css
<style>
a { background-color: #A95007; }
a { background-color: rgb(169,80,7); }
div.DivClassName
{
background-color: #A95007;
}
.BgClassName
{
background-color: #A95007;
}
</style>
border-color css
<style>
span { border-color: #A95007; }
span { border-color: rgb(169,80,7); }
td.TdClassName
{
border-color: #A95007;
}
.TagClassName
{
border-color: #A95007;
}
</style>