Shades of Golden Brown #AC6715
Tints of Golden Brown #AC6715
RGB
CMYK
RGB Variations
Color information
#AC6715 (or 0xAC6715) is known color: Golden Brown. HEX triplet: AC, 67 and 15. RGB value is (172,103,21). Sum of RGB (Red+Green+Blue) = 172+103+21=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6715 is #5398EA. Grayscale: #727272. Windows color (decimal): -5478635 or 1402796. OLE color: 1402796.
HSL color Cylindrical-coordinate representation of color #AC6715: hue angle of 32.58º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6715 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 21 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.33 |
| HSL | 32.58º | 0.78% | 0.38% | - |
| HSV(B) | 32.58º | 0.88% | 0.67% | - |
| XYZ | 22 | 18.53 | 3.13 | - |
| YUV | 114.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 21 | 0 | 0.40 | 0.88 | 0.33 | 32.58 | 0.78 | 0.38 |
| Hex | AC | 67 | 15 | 0 | 28 | 58 | 21 | 21 | 4E | 26 |
| Octal | 254 | 147 | 25 | 0 | 50 | 130 | 41 | 41 | 116 | 46 |
| Binary | 10101100 | 1100111 | 10101 | 0 | 101000 | 1011000 | 100001 | 100001 | 1001110 | 100110 |
Color Harmonies of #AC6715
Complementary color
Monochromatic Colors of #AC6715
Black with #AC6715
Text Example
Text Example
White with #AC6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6715; }
p { color: rgb(172,103,21); }
H1.HeaderClassName
{
color: #AC6715;
}
.AnyTagClassName
{
color: #AC6715;
}
</style>
background-color css
<style>
a { background-color: #AC6715; }
a { background-color: rgb(172,103,21); }
div.DivClassName
{
background-color: #AC6715;
}
.BgClassName
{
background-color: #AC6715;
}
</style>
border-color css
<style>
span { border-color: #AC6715; }
span { border-color: rgb(172,103,21); }
td.TdClassName
{
border-color: #AC6715;
}
.TagClassName
{
border-color: #AC6715;
}
</style>