Shades of Rust #A44708
Tints of Rust #A44708
RGB
CMYK
RGB Variations
Color information
#A44708 (or 0xA44708) is known color: Rust. HEX triplet: A4, 47 and 08. RGB value is (164,71,8). Sum of RGB (Red+Green+Blue) = 164+71+8=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A44708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44708 is #5BB8F7. Grayscale: #5B5B5B. Windows color (decimal): -6011128 or 542628. OLE color: 542628.
HSL color Cylindrical-coordinate representation of color #A44708: hue angle of 24.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A44708 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 8 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.36 |
| HSL | 24.23º | 0.91% | 0.34% | - |
| HSV(B) | 24.23º | 0.95% | 0.64% | - |
| XYZ | 17.61 | 12.42 | 1.7 | - |
| YUV | 91.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 8 | 0 | 0.57 | 0.95 | 0.36 | 24.23 | 0.91 | 0.34 |
| Hex | A4 | 47 | 8 | 0 | 39 | 5F | 24 | 18 | 5B | 22 |
| Octal | 244 | 107 | 10 | 0 | 71 | 137 | 44 | 30 | 133 | 42 |
| Binary | 10100100 | 1000111 | 1000 | 0 | 111001 | 1011111 | 100100 | 11000 | 1011011 | 100010 |
Color Harmonies of #A44708
Complementary color
Monochromatic Colors of #A44708
Black with #A44708
Text Example
Text Example
White with #A44708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44708; }
p { color: rgb(164,71,8); }
H1.HeaderClassName
{
color: #A44708;
}
.AnyTagClassName
{
color: #A44708;
}
</style>
background-color css
<style>
a { background-color: #A44708; }
a { background-color: rgb(164,71,8); }
div.DivClassName
{
background-color: #A44708;
}
.BgClassName
{
background-color: #A44708;
}
</style>
border-color css
<style>
span { border-color: #A44708; }
span { border-color: rgb(164,71,8); }
td.TdClassName
{
border-color: #A44708;
}
.TagClassName
{
border-color: #A44708;
}
</style>