Shades of Golden Brown #AC5C04
Tints of Golden Brown #AC5C04
RGB
CMYK
RGB Variations
Color information
#AC5C04 (or 0xAC5C04) is known color: Golden Brown. HEX triplet: AC, 5C and 04. RGB value is (172,92,4). Sum of RGB (Red+Green+Blue) = 172+92+4=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C04 is #53A3FB. Grayscale: #6A6A6A. Windows color (decimal): -5481468 or 285868. OLE color: 285868.
HSL color Cylindrical-coordinate representation of color #AC5C04: hue angle of 31.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5C04 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.33 |
| HSL | 31.43º | 0.95% | 0.35% | - |
| HSV(B) | 31.43º | 0.98% | 0.67% | - |
| XYZ | 20.86 | 16.43 | 2.19 | - |
| YUV | 105.89 | 70.5 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 4 | 0 | 0.47 | 0.98 | 0.33 | 31.43 | 0.95 | 0.35 |
| Hex | AC | 5C | 4 | 0 | 2F | 62 | 21 | 1F | 5F | 23 |
| Octal | 254 | 134 | 4 | 0 | 57 | 142 | 41 | 37 | 137 | 43 |
| Binary | 10101100 | 1011100 | 100 | 0 | 101111 | 1100010 | 100001 | 11111 | 1011111 | 100011 |
Color Harmonies of #AC5C04
Complementary color
Monochromatic Colors of #AC5C04
Black with #AC5C04
Text Example
Text Example
White with #AC5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C04; }
p { color: rgb(172,92,4); }
H1.HeaderClassName
{
color: #AC5C04;
}
.AnyTagClassName
{
color: #AC5C04;
}
</style>
background-color css
<style>
a { background-color: #AC5C04; }
a { background-color: rgb(172,92,4); }
div.DivClassName
{
background-color: #AC5C04;
}
.BgClassName
{
background-color: #AC5C04;
}
</style>
border-color css
<style>
span { border-color: #AC5C04; }
span { border-color: rgb(172,92,4); }
td.TdClassName
{
border-color: #AC5C04;
}
.TagClassName
{
border-color: #AC5C04;
}
</style>