Shades of Golden Brown #AC670C
Tints of Golden Brown #AC670C
RGB
CMYK
RGB Variations
Color information
#AC670C (or 0xAC670C) is known color: Golden Brown. HEX triplet: AC, 67 and 0C. RGB value is (172,103,12). Sum of RGB (Red+Green+Blue) = 172+103+12=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC670C is #5398F3. Grayscale: #717171. Windows color (decimal): -5478644 or 812972. OLE color: 812972.
HSL color Cylindrical-coordinate representation of color #AC670C: hue angle of 34.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 #AC670C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.33 |
| HSL | 34.13º | 0.87% | 0.36% | - |
| HSV(B) | 34.13º | 0.93% | 0.67% | - |
| XYZ | 21.93 | 18.5 | 2.76 | - |
| YUV | 113.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 12 | 0 | 0.40 | 0.93 | 0.33 | 34.13 | 0.87 | 0.36 |
| Hex | AC | 67 | C | 0 | 28 | 5D | 21 | 22 | 57 | 24 |
| Octal | 254 | 147 | 14 | 0 | 50 | 135 | 41 | 42 | 127 | 44 |
| Binary | 10101100 | 1100111 | 1100 | 0 | 101000 | 1011101 | 100001 | 100010 | 1010111 | 100100 |
Color Harmonies of #AC670C
Complementary color
Monochromatic Colors of #AC670C
Black with #AC670C
Text Example
Text Example
White with #AC670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC670C; }
p { color: rgb(172,103,12); }
H1.HeaderClassName
{
color: #AC670C;
}
.AnyTagClassName
{
color: #AC670C;
}
</style>
background-color css
<style>
a { background-color: #AC670C; }
a { background-color: rgb(172,103,12); }
div.DivClassName
{
background-color: #AC670C;
}
.BgClassName
{
background-color: #AC670C;
}
</style>
border-color css
<style>
span { border-color: #AC670C; }
span { border-color: rgb(172,103,12); }
td.TdClassName
{
border-color: #AC670C;
}
.TagClassName
{
border-color: #AC670C;
}
</style>