Shades of Rust #A95100
Tints of Rust #A95100
RGB
CMYK
RGB Variations
Color information
#A95100 (or 0xA95100) is known color: Rust. HEX triplet: A9, 51 and 00. RGB value is (169,81,0). Sum of RGB (Red+Green+Blue) = 169+81+0=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A95100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95100 is #56AEFF. Grayscale: #626262. Windows color (decimal): -5680896 or 20905. OLE color: 20905.
HSL color Cylindrical-coordinate representation of color #A95100: hue angle of 28.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A95100 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.34 |
| HSL | 28.76º | 1% | 0.33% | - |
| HSV(B) | 28.76º | 1% | 0.66% | - |
| XYZ | 19.3 | 14.32 | 1.75 | - |
| YUV | 98.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 0 | 0 | 0.52 | 1 | 0.34 | 28.76 | 1 | 0.33 |
| Hex | A9 | 51 | 0 | 0 | 34 | 64 | 22 | 1D | 64 | 21 |
| Octal | 251 | 121 | 0 | 0 | 64 | 144 | 42 | 35 | 144 | 41 |
| Binary | 10101001 | 1010001 | 0 | 0 | 110100 | 1100100 | 100010 | 11101 | 1100100 | 100001 |
Color Harmonies of #A95100
Complementary color
Monochromatic Colors of #A95100
Black with #A95100
Text Example
Text Example
White with #A95100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95100; }
p { color: rgb(169,81,0); }
H1.HeaderClassName
{
color: #A95100;
}
.AnyTagClassName
{
color: #A95100;
}
</style>
background-color css
<style>
a { background-color: #A95100; }
a { background-color: rgb(169,81,0); }
div.DivClassName
{
background-color: #A95100;
}
.BgClassName
{
background-color: #A95100;
}
</style>
border-color css
<style>
span { border-color: #A95100; }
span { border-color: rgb(169,81,0); }
td.TdClassName
{
border-color: #A95100;
}
.TagClassName
{
border-color: #A95100;
}
</style>