Shades of Golden Brown #AC6C10
Tints of Golden Brown #AC6C10
RGB
CMYK
RGB Variations
Color information
#AC6C10 (or 0xAC6C10) is known color: Golden Brown. HEX triplet: AC, 6C and 10. RGB value is (172,108,16). Sum of RGB (Red+Green+Blue) = 172+108+16=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C10 is #5393EF. Grayscale: #757575. Windows color (decimal): -5477360 or 1076396. OLE color: 1076396.
HSL color Cylindrical-coordinate representation of color #AC6C10: hue angle of 35.38º 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 #AC6C10 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 16 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.33 |
| HSL | 35.38º | 0.83% | 0.37% | - |
| HSV(B) | 35.38º | 0.91% | 0.67% | - |
| XYZ | 22.47 | 19.53 | 3.08 | - |
| YUV | 116.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 16 | 0 | 0.37 | 0.91 | 0.33 | 35.38 | 0.83 | 0.37 |
| Hex | AC | 6C | 10 | 0 | 25 | 5B | 21 | 23 | 53 | 25 |
| Octal | 254 | 154 | 20 | 0 | 45 | 133 | 41 | 43 | 123 | 45 |
| Binary | 10101100 | 1101100 | 10000 | 0 | 100101 | 1011011 | 100001 | 100011 | 1010011 | 100101 |
Color Harmonies of #AC6C10
Complementary color
Monochromatic Colors of #AC6C10
Black with #AC6C10
Text Example
Text Example
White with #AC6C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C10; }
p { color: rgb(172,108,16); }
H1.HeaderClassName
{
color: #AC6C10;
}
.AnyTagClassName
{
color: #AC6C10;
}
</style>
background-color css
<style>
a { background-color: #AC6C10; }
a { background-color: rgb(172,108,16); }
div.DivClassName
{
background-color: #AC6C10;
}
.BgClassName
{
background-color: #AC6C10;
}
</style>
border-color css
<style>
span { border-color: #AC6C10; }
span { border-color: rgb(172,108,16); }
td.TdClassName
{
border-color: #AC6C10;
}
.TagClassName
{
border-color: #AC6C10;
}
</style>