Shades of Golden Brown #AC6E10
Tints of Golden Brown #AC6E10
RGB
CMYK
RGB Variations
Color information
#AC6E10 (or 0xAC6E10) is known color: Golden Brown. HEX triplet: AC, 6E and 10. RGB value is (172,110,16). Sum of RGB (Red+Green+Blue) = 172+110+16=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6E10 is #5391EF. Grayscale: #767676. Windows color (decimal): -5476848 or 1076908. OLE color: 1076908.
HSL color Cylindrical-coordinate representation of color #AC6E10: hue angle of 36.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC6E10 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 16 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.33 |
| HSL | 36.15º | 0.83% | 0.37% | - |
| HSV(B) | 36.15º | 0.91% | 0.67% | - |
| XYZ | 22.68 | 19.96 | 3.15 | - |
| YUV | 117.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 16 | 0 | 0.36 | 0.91 | 0.33 | 36.15 | 0.83 | 0.37 |
| Hex | AC | 6E | 10 | 0 | 24 | 5B | 21 | 24 | 53 | 25 |
| Octal | 254 | 156 | 20 | 0 | 44 | 133 | 41 | 44 | 123 | 45 |
| Binary | 10101100 | 1101110 | 10000 | 0 | 100100 | 1011011 | 100001 | 100100 | 1010011 | 100101 |
Color Harmonies of #AC6E10
Complementary color
Monochromatic Colors of #AC6E10
Black with #AC6E10
Text Example
Text Example
White with #AC6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E10; }
p { color: rgb(172,110,16); }
H1.HeaderClassName
{
color: #AC6E10;
}
.AnyTagClassName
{
color: #AC6E10;
}
</style>
background-color css
<style>
a { background-color: #AC6E10; }
a { background-color: rgb(172,110,16); }
div.DivClassName
{
background-color: #AC6E10;
}
.BgClassName
{
background-color: #AC6E10;
}
</style>
border-color css
<style>
span { border-color: #AC6E10; }
span { border-color: rgb(172,110,16); }
td.TdClassName
{
border-color: #AC6E10;
}
.TagClassName
{
border-color: #AC6E10;
}
</style>