Shades of Golden Brown #AC6C0B
Tints of Golden Brown #AC6C0B
RGB
CMYK
RGB Variations
Color information
#AC6C0B (or 0xAC6C0B) is known color: Golden Brown. HEX triplet: AC, 6C and 0B. RGB value is (172,108,11). Sum of RGB (Red+Green+Blue) = 172+108+11=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C0B is #5393F4. Grayscale: #747474. Windows color (decimal): -5477365 or 748716. OLE color: 748716.
HSL color Cylindrical-coordinate representation of color #AC6C0B: hue angle of 36.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC6C0B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.33 |
| HSL | 36.15º | 0.88% | 0.36% | - |
| HSV(B) | 36.15º | 0.94% | 0.67% | - |
| XYZ | 22.44 | 19.52 | 2.9 | - |
| YUV | 116.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 11 | 0 | 0.37 | 0.94 | 0.33 | 36.15 | 0.88 | 0.36 |
| Hex | AC | 6C | B | 0 | 25 | 5E | 21 | 24 | 58 | 24 |
| Octal | 254 | 154 | 13 | 0 | 45 | 136 | 41 | 44 | 130 | 44 |
| Binary | 10101100 | 1101100 | 1011 | 0 | 100101 | 1011110 | 100001 | 100100 | 1011000 | 100100 |
Color Harmonies of #AC6C0B
Complementary color
Monochromatic Colors of #AC6C0B
Black with #AC6C0B
Text Example
Text Example
White with #AC6C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C0B; }
p { color: rgb(172,108,11); }
H1.HeaderClassName
{
color: #AC6C0B;
}
.AnyTagClassName
{
color: #AC6C0B;
}
</style>
background-color css
<style>
a { background-color: #AC6C0B; }
a { background-color: rgb(172,108,11); }
div.DivClassName
{
background-color: #AC6C0B;
}
.BgClassName
{
background-color: #AC6C0B;
}
</style>
border-color css
<style>
span { border-color: #AC6C0B; }
span { border-color: rgb(172,108,11); }
td.TdClassName
{
border-color: #AC6C0B;
}
.TagClassName
{
border-color: #AC6C0B;
}
</style>