Shades of Golden Brown #AC681B
Tints of Golden Brown #AC681B
RGB
CMYK
RGB Variations
Color information
#AC681B (or 0xAC681B) is known color: Golden Brown. HEX triplet: AC, 68 and 1B. RGB value is (172,104,27). Sum of RGB (Red+Green+Blue) = 172+104+27=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC681B is #5397E4. Grayscale: #737373. Windows color (decimal): -5478373 or 1796268. OLE color: 1796268.
HSL color Cylindrical-coordinate representation of color #AC681B: hue angle of 31.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC681B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 27 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.33 |
| HSL | 31.86º | 0.73% | 0.39% | - |
| HSV(B) | 31.86º | 0.84% | 0.67% | - |
| XYZ | 22.16 | 18.75 | 3.49 | - |
| YUV | 115.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 27 | 0 | 0.40 | 0.84 | 0.33 | 31.86 | 0.73 | 0.39 |
| Hex | AC | 68 | 1B | 0 | 28 | 54 | 21 | 20 | 49 | 27 |
| Octal | 254 | 150 | 33 | 0 | 50 | 124 | 41 | 40 | 111 | 47 |
| Binary | 10101100 | 1101000 | 11011 | 0 | 101000 | 1010100 | 100001 | 100000 | 1001001 | 100111 |
Color Harmonies of #AC681B
Complementary color
Monochromatic Colors of #AC681B
Black with #AC681B
Text Example
Text Example
White with #AC681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC681B; }
p { color: rgb(172,104,27); }
H1.HeaderClassName
{
color: #AC681B;
}
.AnyTagClassName
{
color: #AC681B;
}
</style>
background-color css
<style>
a { background-color: #AC681B; }
a { background-color: rgb(172,104,27); }
div.DivClassName
{
background-color: #AC681B;
}
.BgClassName
{
background-color: #AC681B;
}
</style>
border-color css
<style>
span { border-color: #AC681B; }
span { border-color: rgb(172,104,27); }
td.TdClassName
{
border-color: #AC681B;
}
.TagClassName
{
border-color: #AC681B;
}
</style>