Shades of Rust #A64908
Tints of Rust #A64908
RGB
CMYK
RGB Variations
Color information
#A64908 (or 0xA64908) is known color: Rust. HEX triplet: A6, 49 and 08. RGB value is (166,73,8). Sum of RGB (Red+Green+Blue) = 166+73+8=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A64908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64908 is #59B6F7. Grayscale: #5D5D5D. Windows color (decimal): -5879544 or 543142. OLE color: 543142.
HSL color Cylindrical-coordinate representation of color #A64908: hue angle of 24.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A64908 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 8 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.35 |
| HSL | 24.68º | 0.91% | 0.34% | - |
| HSV(B) | 24.68º | 0.95% | 0.65% | - |
| XYZ | 18.15 | 12.89 | 1.76 | - |
| YUV | 93.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 8 | 0 | 0.56 | 0.95 | 0.35 | 24.68 | 0.91 | 0.34 |
| Hex | A6 | 49 | 8 | 0 | 38 | 5F | 23 | 19 | 5B | 22 |
| Octal | 246 | 111 | 10 | 0 | 70 | 137 | 43 | 31 | 133 | 42 |
| Binary | 10100110 | 1001001 | 1000 | 0 | 111000 | 1011111 | 100011 | 11001 | 1011011 | 100010 |
Color Harmonies of #A64908
Complementary color
Monochromatic Colors of #A64908
Black with #A64908
Text Example
Text Example
White with #A64908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64908; }
p { color: rgb(166,73,8); }
H1.HeaderClassName
{
color: #A64908;
}
.AnyTagClassName
{
color: #A64908;
}
</style>
background-color css
<style>
a { background-color: #A64908; }
a { background-color: rgb(166,73,8); }
div.DivClassName
{
background-color: #A64908;
}
.BgClassName
{
background-color: #A64908;
}
</style>
border-color css
<style>
span { border-color: #A64908; }
span { border-color: rgb(166,73,8); }
td.TdClassName
{
border-color: #A64908;
}
.TagClassName
{
border-color: #A64908;
}
</style>