Shades of Golden Brown #AC6A19
Tints of Golden Brown #AC6A19
RGB
CMYK
RGB Variations
Color information
#AC6A19 (or 0xAC6A19) is known color: Golden Brown. HEX triplet: AC, 6A and 19. RGB value is (172,106,25). Sum of RGB (Red+Green+Blue) = 172+106+25=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6A19 is #5395E6. Grayscale: #747474. Windows color (decimal): -5477863 or 1665708. OLE color: 1665708.
HSL color Cylindrical-coordinate representation of color #AC6A19: hue angle of 33.06º 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 #AC6A19 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 25 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.33 |
| HSL | 33.06º | 0.75% | 0.39% | - |
| HSV(B) | 33.06º | 0.85% | 0.67% | - |
| XYZ | 22.34 | 19.15 | 3.44 | - |
| YUV | 116.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 25 | 0 | 0.38 | 0.85 | 0.33 | 33.06 | 0.75 | 0.39 |
| Hex | AC | 6A | 19 | 0 | 26 | 55 | 21 | 21 | 4B | 27 |
| Octal | 254 | 152 | 31 | 0 | 46 | 125 | 41 | 41 | 113 | 47 |
| Binary | 10101100 | 1101010 | 11001 | 0 | 100110 | 1010101 | 100001 | 100001 | 1001011 | 100111 |
Color Harmonies of #AC6A19
Complementary color
Monochromatic Colors of #AC6A19
Black with #AC6A19
Text Example
Text Example
White with #AC6A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A19; }
p { color: rgb(172,106,25); }
H1.HeaderClassName
{
color: #AC6A19;
}
.AnyTagClassName
{
color: #AC6A19;
}
</style>
background-color css
<style>
a { background-color: #AC6A19; }
a { background-color: rgb(172,106,25); }
div.DivClassName
{
background-color: #AC6A19;
}
.BgClassName
{
background-color: #AC6A19;
}
</style>
border-color css
<style>
span { border-color: #AC6A19; }
span { border-color: rgb(172,106,25); }
td.TdClassName
{
border-color: #AC6A19;
}
.TagClassName
{
border-color: #AC6A19;
}
</style>