Shades of Golden Brown #AC6515
Tints of Golden Brown #AC6515
RGB
CMYK
RGB Variations
Color information
#AC6515 (or 0xAC6515) is known color: Golden Brown. HEX triplet: AC, 65 and 15. RGB value is (172,101,21). Sum of RGB (Red+Green+Blue) = 172+101+21=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6515 is #539AEA. Grayscale: #717171. Windows color (decimal): -5479147 or 1402284. OLE color: 1402284.
HSL color Cylindrical-coordinate representation of color #AC6515: hue angle of 31.79º 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 #AC6515 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 21 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.33 |
| HSL | 31.79º | 0.78% | 0.38% | - |
| HSV(B) | 31.79º | 0.88% | 0.67% | - |
| XYZ | 21.8 | 18.13 | 3.06 | - |
| YUV | 113.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 21 | 0 | 0.41 | 0.88 | 0.33 | 31.79 | 0.78 | 0.38 |
| Hex | AC | 65 | 15 | 0 | 29 | 58 | 21 | 20 | 4E | 26 |
| Octal | 254 | 145 | 25 | 0 | 51 | 130 | 41 | 40 | 116 | 46 |
| Binary | 10101100 | 1100101 | 10101 | 0 | 101001 | 1011000 | 100001 | 100000 | 1001110 | 100110 |
Color Harmonies of #AC6515
Complementary color
Monochromatic Colors of #AC6515
Black with #AC6515
Text Example
Text Example
White with #AC6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6515; }
p { color: rgb(172,101,21); }
H1.HeaderClassName
{
color: #AC6515;
}
.AnyTagClassName
{
color: #AC6515;
}
</style>
background-color css
<style>
a { background-color: #AC6515; }
a { background-color: rgb(172,101,21); }
div.DivClassName
{
background-color: #AC6515;
}
.BgClassName
{
background-color: #AC6515;
}
</style>
border-color css
<style>
span { border-color: #AC6515; }
span { border-color: rgb(172,101,21); }
td.TdClassName
{
border-color: #AC6515;
}
.TagClassName
{
border-color: #AC6515;
}
</style>