Shades of Golden Brown #AC6819
Tints of Golden Brown #AC6819
RGB
CMYK
RGB Variations
Color information
#AC6819 (or 0xAC6819) is known color: Golden Brown. HEX triplet: AC, 68 and 19. RGB value is (172,104,25). Sum of RGB (Red+Green+Blue) = 172+104+25=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6819 is #5397E6. Grayscale: #737373. Windows color (decimal): -5478375 or 1665196. OLE color: 1665196.
HSL color Cylindrical-coordinate representation of color #AC6819: hue angle of 32.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC6819 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 25 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.33 |
| HSL | 32.24º | 0.75% | 0.39% | - |
| HSV(B) | 32.24º | 0.85% | 0.67% | - |
| XYZ | 22.14 | 18.74 | 3.37 | - |
| YUV | 115.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 25 | 0 | 0.40 | 0.85 | 0.33 | 32.24 | 0.75 | 0.39 |
| Hex | AC | 68 | 19 | 0 | 28 | 55 | 21 | 20 | 4B | 27 |
| Octal | 254 | 150 | 31 | 0 | 50 | 125 | 41 | 40 | 113 | 47 |
| Binary | 10101100 | 1101000 | 11001 | 0 | 101000 | 1010101 | 100001 | 100000 | 1001011 | 100111 |
Color Harmonies of #AC6819
Complementary color
Monochromatic Colors of #AC6819
Black with #AC6819
Text Example
Text Example
White with #AC6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6819; }
p { color: rgb(172,104,25); }
H1.HeaderClassName
{
color: #AC6819;
}
.AnyTagClassName
{
color: #AC6819;
}
</style>
background-color css
<style>
a { background-color: #AC6819; }
a { background-color: rgb(172,104,25); }
div.DivClassName
{
background-color: #AC6819;
}
.BgClassName
{
background-color: #AC6819;
}
</style>
border-color css
<style>
span { border-color: #AC6819; }
span { border-color: rgb(172,104,25); }
td.TdClassName
{
border-color: #AC6819;
}
.TagClassName
{
border-color: #AC6819;
}
</style>