Shades of Golden Brown #AC680B
Tints of Golden Brown #AC680B
RGB
CMYK
RGB Variations
Color information
#AC680B (or 0xAC680B) is known color: Golden Brown. HEX triplet: AC, 68 and 0B. RGB value is (172,104,11). Sum of RGB (Red+Green+Blue) = 172+104+11=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC680B is #5397F4. Grayscale: #727272. Windows color (decimal): -5478389 or 747692. OLE color: 747692.
HSL color Cylindrical-coordinate representation of color #AC680B: hue angle of 34.66º 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 #AC680B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.33 |
| HSL | 34.66º | 0.88% | 0.36% | - |
| HSV(B) | 34.66º | 0.94% | 0.67% | - |
| XYZ | 22.02 | 18.7 | 2.76 | - |
| YUV | 113.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 11 | 0 | 0.40 | 0.94 | 0.33 | 34.66 | 0.88 | 0.36 |
| Hex | AC | 68 | B | 0 | 28 | 5E | 21 | 23 | 58 | 24 |
| Octal | 254 | 150 | 13 | 0 | 50 | 136 | 41 | 43 | 130 | 44 |
| Binary | 10101100 | 1101000 | 1011 | 0 | 101000 | 1011110 | 100001 | 100011 | 1011000 | 100100 |
Color Harmonies of #AC680B
Complementary color
Monochromatic Colors of #AC680B
Black with #AC680B
Text Example
Text Example
White with #AC680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC680B; }
p { color: rgb(172,104,11); }
H1.HeaderClassName
{
color: #AC680B;
}
.AnyTagClassName
{
color: #AC680B;
}
</style>
background-color css
<style>
a { background-color: #AC680B; }
a { background-color: rgb(172,104,11); }
div.DivClassName
{
background-color: #AC680B;
}
.BgClassName
{
background-color: #AC680B;
}
</style>
border-color css
<style>
span { border-color: #AC680B; }
span { border-color: rgb(172,104,11); }
td.TdClassName
{
border-color: #AC680B;
}
.TagClassName
{
border-color: #AC680B;
}
</style>