Shades of Rust #A84308
Tints of Rust #A84308
RGB
CMYK
RGB Variations
Color information
#A84308 (or 0xA84308) is known color: Rust. HEX triplet: A8, 43 and 08. RGB value is (168,67,8). Sum of RGB (Red+Green+Blue) = 168+67+8=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84308 is #57BCF7. Grayscale: #5A5A5A. Windows color (decimal): -5750008 or 541608. OLE color: 541608.
HSL color Cylindrical-coordinate representation of color #A84308: hue angle of 22.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A84308 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 8 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.34 |
| HSL | 22.13º | 0.91% | 0.35% | - |
| HSV(B) | 22.13º | 0.95% | 0.66% | - |
| XYZ | 18.2 | 12.36 | 1.66 | - |
| YUV | 90.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 8 | 0 | 0.60 | 0.95 | 0.34 | 22.13 | 0.91 | 0.35 |
| Hex | A8 | 43 | 8 | 0 | 3C | 5F | 22 | 16 | 5B | 23 |
| Octal | 250 | 103 | 10 | 0 | 74 | 137 | 42 | 26 | 133 | 43 |
| Binary | 10101000 | 1000011 | 1000 | 0 | 111100 | 1011111 | 100010 | 10110 | 1011011 | 100011 |
Color Harmonies of #A84308
Complementary color
Monochromatic Colors of #A84308
Black with #A84308
Text Example
Text Example
White with #A84308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84308; }
p { color: rgb(168,67,8); }
H1.HeaderClassName
{
color: #A84308;
}
.AnyTagClassName
{
color: #A84308;
}
</style>
background-color css
<style>
a { background-color: #A84308; }
a { background-color: rgb(168,67,8); }
div.DivClassName
{
background-color: #A84308;
}
.BgClassName
{
background-color: #A84308;
}
</style>
border-color css
<style>
span { border-color: #A84308; }
span { border-color: rgb(168,67,8); }
td.TdClassName
{
border-color: #A84308;
}
.TagClassName
{
border-color: #A84308;
}
</style>