Shades of Rust #AC4719
Tints of Rust #AC4719
RGB
CMYK
RGB Variations
Color information
#AC4719 (or 0xAC4719) is known color: Rust. HEX triplet: AC, 47 and 19. RGB value is (172,71,25). Sum of RGB (Red+Green+Blue) = 172+71+25=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4719 is #53B8E6. Grayscale: #606060. Windows color (decimal): -5486823 or 1656748. OLE color: 1656748.
HSL color Cylindrical-coordinate representation of color #AC4719: hue angle of 18.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4719 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 25 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.33 |
| HSL | 18.78º | 0.75% | 0.39% | - |
| HSV(B) | 18.78º | 0.85% | 0.67% | - |
| XYZ | 19.44 | 13.35 | 2.47 | - |
| YUV | 95.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 25 | 0 | 0.59 | 0.85 | 0.33 | 18.78 | 0.75 | 0.39 |
| Hex | AC | 47 | 19 | 0 | 3B | 55 | 21 | 13 | 4B | 27 |
| Octal | 254 | 107 | 31 | 0 | 73 | 125 | 41 | 23 | 113 | 47 |
| Binary | 10101100 | 1000111 | 11001 | 0 | 111011 | 1010101 | 100001 | 10011 | 1001011 | 100111 |
Color Harmonies of #AC4719
Complementary color
Monochromatic Colors of #AC4719
Black with #AC4719
Text Example
Text Example
White with #AC4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4719; }
p { color: rgb(172,71,25); }
H1.HeaderClassName
{
color: #AC4719;
}
.AnyTagClassName
{
color: #AC4719;
}
</style>
background-color css
<style>
a { background-color: #AC4719; }
a { background-color: rgb(172,71,25); }
div.DivClassName
{
background-color: #AC4719;
}
.BgClassName
{
background-color: #AC4719;
}
</style>
border-color css
<style>
span { border-color: #AC4719; }
span { border-color: rgb(172,71,25); }
td.TdClassName
{
border-color: #AC4719;
}
.TagClassName
{
border-color: #AC4719;
}
</style>