Shades of Rust #A84600
Tints of Rust #A84600
RGB
CMYK
RGB Variations
Color information
#A84600 (or 0xA84600) is known color: Rust. HEX triplet: A8, 46 and 00. RGB value is (168,70,0). Sum of RGB (Red+Green+Blue) = 168+70+0=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A84600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84600 is #57B9FF. Grayscale: #5B5B5B. Windows color (decimal): -5749248 or 18088. OLE color: 18088.
HSL color Cylindrical-coordinate representation of color #A84600: hue angle of 25º 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 #A84600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.34 |
| HSL | 25º | 1% | 0.33% | - |
| HSV(B) | 25º | 1% | 0.66% | - |
| XYZ | 18.34 | 12.71 | 1.49 | - |
| YUV | 91.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 0 | 0 | 0.58 | 1 | 0.34 | 25 | 1 | 0.33 |
| Hex | A8 | 46 | 0 | 0 | 3A | 64 | 22 | 19 | 64 | 21 |
| Octal | 250 | 106 | 0 | 0 | 72 | 144 | 42 | 31 | 144 | 41 |
| Binary | 10101000 | 1000110 | 0 | 0 | 111010 | 1100100 | 100010 | 11001 | 1100100 | 100001 |
Color Harmonies of #A84600
Complementary color
Monochromatic Colors of #A84600
Black with #A84600
Text Example
Text Example
White with #A84600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84600; }
p { color: rgb(168,70,0); }
H1.HeaderClassName
{
color: #A84600;
}
.AnyTagClassName
{
color: #A84600;
}
</style>
background-color css
<style>
a { background-color: #A84600; }
a { background-color: rgb(168,70,0); }
div.DivClassName
{
background-color: #A84600;
}
.BgClassName
{
background-color: #A84600;
}
</style>
border-color css
<style>
span { border-color: #A84600; }
span { border-color: rgb(168,70,0); }
td.TdClassName
{
border-color: #A84600;
}
.TagClassName
{
border-color: #A84600;
}
</style>