Shades of Golden Brown #AC570C
Tints of Golden Brown #AC570C
RGB
CMYK
RGB Variations
Color information
#AC570C (or 0xAC570C) is known color: Golden Brown. HEX triplet: AC, 57 and 0C. RGB value is (172,87,12). Sum of RGB (Red+Green+Blue) = 172+87+12=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC570C is #53A8F3. Grayscale: #686868. Windows color (decimal): -5482740 or 808876. OLE color: 808876.
HSL color Cylindrical-coordinate representation of color #AC570C: hue angle of 28.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC570C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 12 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.33 |
| HSL | 28.13º | 0.87% | 0.36% | - |
| HSV(B) | 28.13º | 0.93% | 0.67% | - |
| XYZ | 20.49 | 15.61 | 2.28 | - |
| YUV | 103.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 12 | 0 | 0.49 | 0.93 | 0.33 | 28.13 | 0.87 | 0.36 |
| Hex | AC | 57 | C | 0 | 31 | 5D | 21 | 1C | 57 | 24 |
| Octal | 254 | 127 | 14 | 0 | 61 | 135 | 41 | 34 | 127 | 44 |
| Binary | 10101100 | 1010111 | 1100 | 0 | 110001 | 1011101 | 100001 | 11100 | 1010111 | 100100 |
Color Harmonies of #AC570C
Complementary color
Monochromatic Colors of #AC570C
Black with #AC570C
Text Example
Text Example
White with #AC570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC570C; }
p { color: rgb(172,87,12); }
H1.HeaderClassName
{
color: #AC570C;
}
.AnyTagClassName
{
color: #AC570C;
}
</style>
background-color css
<style>
a { background-color: #AC570C; }
a { background-color: rgb(172,87,12); }
div.DivClassName
{
background-color: #AC570C;
}
.BgClassName
{
background-color: #AC570C;
}
</style>
border-color css
<style>
span { border-color: #AC570C; }
span { border-color: rgb(172,87,12); }
td.TdClassName
{
border-color: #AC570C;
}
.TagClassName
{
border-color: #AC570C;
}
</style>