Shades of Rust #A94400
Tints of Rust #A94400
RGB
CMYK
RGB Variations
Color information
#A94400 (or 0xA94400) is known color: Rust. HEX triplet: A9, 44 and 00. RGB value is (169,68,0). Sum of RGB (Red+Green+Blue) = 169+68+0=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A94400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94400 is #56BBFF. Grayscale: #5A5A5A. Windows color (decimal): -5684224 or 17577. OLE color: 17577.
HSL color Cylindrical-coordinate representation of color #A94400: hue angle of 24.14º 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 #A94400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.34 |
| HSL | 24.14º | 1% | 0.33% | - |
| HSV(B) | 24.14º | 1% | 0.66% | - |
| XYZ | 18.43 | 12.57 | 1.45 | - |
| YUV | 90.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 0 | 0 | 0.60 | 1 | 0.34 | 24.14 | 1 | 0.33 |
| Hex | A9 | 44 | 0 | 0 | 3C | 64 | 22 | 18 | 64 | 21 |
| Octal | 251 | 104 | 0 | 0 | 74 | 144 | 42 | 30 | 144 | 41 |
| Binary | 10101001 | 1000100 | 0 | 0 | 111100 | 1100100 | 100010 | 11000 | 1100100 | 100001 |
Color Harmonies of #A94400
Complementary color
Monochromatic Colors of #A94400
Black with #A94400
Text Example
Text Example
White with #A94400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94400; }
p { color: rgb(169,68,0); }
H1.HeaderClassName
{
color: #A94400;
}
.AnyTagClassName
{
color: #A94400;
}
</style>
background-color css
<style>
a { background-color: #A94400; }
a { background-color: rgb(169,68,0); }
div.DivClassName
{
background-color: #A94400;
}
.BgClassName
{
background-color: #A94400;
}
</style>
border-color css
<style>
span { border-color: #A94400; }
span { border-color: rgb(169,68,0); }
td.TdClassName
{
border-color: #A94400;
}
.TagClassName
{
border-color: #A94400;
}
</style>