Shades of Golden Brown #AC6C0F
Tints of Golden Brown #AC6C0F
RGB
CMYK
RGB Variations
Color information
#AC6C0F (or 0xAC6C0F) is known color: Golden Brown. HEX triplet: AC, 6C and 0F. RGB value is (172,108,15). Sum of RGB (Red+Green+Blue) = 172+108+15=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C0F is #5393F0. Grayscale: #747474. Windows color (decimal): -5477361 or 1010860. OLE color: 1010860.
HSL color Cylindrical-coordinate representation of color #AC6C0F: hue angle of 35.54º degrees, saturation: 0.84, 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 #AC6C0F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 15 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.33 |
| HSL | 35.54º | 0.84% | 0.37% | - |
| HSV(B) | 35.54º | 0.91% | 0.67% | - |
| XYZ | 22.46 | 19.53 | 3.04 | - |
| YUV | 116.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 15 | 0 | 0.37 | 0.91 | 0.33 | 35.54 | 0.84 | 0.37 |
| Hex | AC | 6C | F | 0 | 25 | 5B | 21 | 24 | 54 | 25 |
| Octal | 254 | 154 | 17 | 0 | 45 | 133 | 41 | 44 | 124 | 45 |
| Binary | 10101100 | 1101100 | 1111 | 0 | 100101 | 1011011 | 100001 | 100100 | 1010100 | 100101 |
Color Harmonies of #AC6C0F
Complementary color
Monochromatic Colors of #AC6C0F
Black with #AC6C0F
Text Example
Text Example
White with #AC6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C0F; }
p { color: rgb(172,108,15); }
H1.HeaderClassName
{
color: #AC6C0F;
}
.AnyTagClassName
{
color: #AC6C0F;
}
</style>
background-color css
<style>
a { background-color: #AC6C0F; }
a { background-color: rgb(172,108,15); }
div.DivClassName
{
background-color: #AC6C0F;
}
.BgClassName
{
background-color: #AC6C0F;
}
</style>
border-color css
<style>
span { border-color: #AC6C0F; }
span { border-color: rgb(172,108,15); }
td.TdClassName
{
border-color: #AC6C0F;
}
.TagClassName
{
border-color: #AC6C0F;
}
</style>