Shades of Rust #A9530A
Tints of Rust #A9530A
RGB
CMYK
RGB Variations
Color information
#A9530A (or 0xA9530A) is known color: Rust. HEX triplet: A9, 53 and 0A. RGB value is (169,83,10). Sum of RGB (Red+Green+Blue) = 169+83+10=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A9530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9530A is #56ACF5. Grayscale: #646464. Windows color (decimal): -5680374 or 676777. OLE color: 676777.
HSL color Cylindrical-coordinate representation of color #A9530A: hue angle of 27.55º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9530A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.34 |
| HSL | 27.55º | 0.89% | 0.35% | - |
| HSV(B) | 27.55º | 0.94% | 0.66% | - |
| XYZ | 19.51 | 14.64 | 2.09 | - |
| YUV | 100.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 10 | 0 | 0.51 | 0.94 | 0.34 | 27.55 | 0.89 | 0.35 |
| Hex | A9 | 53 | A | 0 | 33 | 5E | 22 | 1C | 59 | 23 |
| Octal | 251 | 123 | 12 | 0 | 63 | 136 | 42 | 34 | 131 | 43 |
| Binary | 10101001 | 1010011 | 1010 | 0 | 110011 | 1011110 | 100010 | 11100 | 1011001 | 100011 |
Color Harmonies of #A9530A
Complementary color
Monochromatic Colors of #A9530A
Black with #A9530A
Text Example
Text Example
White with #A9530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9530A; }
p { color: rgb(169,83,10); }
H1.HeaderClassName
{
color: #A9530A;
}
.AnyTagClassName
{
color: #A9530A;
}
</style>
background-color css
<style>
a { background-color: #A9530A; }
a { background-color: rgb(169,83,10); }
div.DivClassName
{
background-color: #A9530A;
}
.BgClassName
{
background-color: #A9530A;
}
</style>
border-color css
<style>
span { border-color: #A9530A; }
span { border-color: rgb(169,83,10); }
td.TdClassName
{
border-color: #A9530A;
}
.TagClassName
{
border-color: #A9530A;
}
</style>