Shades of Golden Brown #AC6719
Tints of Golden Brown #AC6719
RGB
CMYK
RGB Variations
Color information
#AC6719 (or 0xAC6719) is known color: Golden Brown. HEX triplet: AC, 67 and 19. RGB value is (172,103,25). Sum of RGB (Red+Green+Blue) = 172+103+25=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6719 is #5398E6. Grayscale: #737373. Windows color (decimal): -5478631 or 1664940. OLE color: 1664940.
HSL color Cylindrical-coordinate representation of color #AC6719: hue angle of 31.84º 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 #AC6719 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 25 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.33 |
| HSL | 31.84º | 0.75% | 0.39% | - |
| HSV(B) | 31.84º | 0.85% | 0.67% | - |
| XYZ | 22.04 | 18.54 | 3.34 | - |
| YUV | 114.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 25 | 0 | 0.40 | 0.85 | 0.33 | 31.84 | 0.75 | 0.39 |
| Hex | AC | 67 | 19 | 0 | 28 | 55 | 21 | 20 | 4B | 27 |
| Octal | 254 | 147 | 31 | 0 | 50 | 125 | 41 | 40 | 113 | 47 |
| Binary | 10101100 | 1100111 | 11001 | 0 | 101000 | 1010101 | 100001 | 100000 | 1001011 | 100111 |
Color Harmonies of #AC6719
Complementary color
Monochromatic Colors of #AC6719
Black with #AC6719
Text Example
Text Example
White with #AC6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6719; }
p { color: rgb(172,103,25); }
H1.HeaderClassName
{
color: #AC6719;
}
.AnyTagClassName
{
color: #AC6719;
}
</style>
background-color css
<style>
a { background-color: #AC6719; }
a { background-color: rgb(172,103,25); }
div.DivClassName
{
background-color: #AC6719;
}
.BgClassName
{
background-color: #AC6719;
}
</style>
border-color css
<style>
span { border-color: #AC6719; }
span { border-color: rgb(172,103,25); }
td.TdClassName
{
border-color: #AC6719;
}
.TagClassName
{
border-color: #AC6719;
}
</style>