Shades of Rust #A84502
Tints of Rust #A84502
RGB
CMYK
RGB Variations
Color information
#A84502 (or 0xA84502) is known color: Rust. HEX triplet: A8, 45 and 02. RGB value is (168,69,2). Sum of RGB (Red+Green+Blue) = 168+69+2=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A84502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84502 is #57BAFD. Grayscale: #5B5B5B. Windows color (decimal): -5749502 or 148904. OLE color: 148904.
HSL color Cylindrical-coordinate representation of color #A84502: hue angle of 24.22º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A84502 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.34 |
| HSL | 24.22º | 0.98% | 0.33% | - |
| HSV(B) | 24.22º | 0.99% | 0.66% | - |
| XYZ | 18.29 | 12.59 | 1.52 | - |
| YUV | 90.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 2 | 0 | 0.59 | 0.99 | 0.34 | 24.22 | 0.98 | 0.33 |
| Hex | A8 | 45 | 2 | 0 | 3B | 63 | 22 | 18 | 62 | 21 |
| Octal | 250 | 105 | 2 | 0 | 73 | 143 | 42 | 30 | 142 | 41 |
| Binary | 10101000 | 1000101 | 10 | 0 | 111011 | 1100011 | 100010 | 11000 | 1100010 | 100001 |
Color Harmonies of #A84502
Complementary color
Monochromatic Colors of #A84502
Black with #A84502
Text Example
Text Example
White with #A84502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84502; }
p { color: rgb(168,69,2); }
H1.HeaderClassName
{
color: #A84502;
}
.AnyTagClassName
{
color: #A84502;
}
</style>
background-color css
<style>
a { background-color: #A84502; }
a { background-color: rgb(168,69,2); }
div.DivClassName
{
background-color: #A84502;
}
.BgClassName
{
background-color: #A84502;
}
</style>
border-color css
<style>
span { border-color: #A84502; }
span { border-color: rgb(168,69,2); }
td.TdClassName
{
border-color: #A84502;
}
.TagClassName
{
border-color: #A84502;
}
</style>