Shades of Golden Brown #AC681C
Tints of Golden Brown #AC681C
RGB
CMYK
RGB Variations
Color information
#AC681C (or 0xAC681C) is known color: Golden Brown. HEX triplet: AC, 68 and 1C. RGB value is (172,104,28). Sum of RGB (Red+Green+Blue) = 172+104+28=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC681C is #5397E3. Grayscale: #747474. Windows color (decimal): -5478372 or 1861804. OLE color: 1861804.
HSL color Cylindrical-coordinate representation of color #AC681C: hue angle of 31.67º degrees, saturation: 0.72, 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 #AC681C is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 28 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.33 |
| HSL | 31.67º | 0.72% | 0.39% | - |
| HSV(B) | 31.67º | 0.84% | 0.67% | - |
| XYZ | 22.17 | 18.76 | 3.55 | - |
| YUV | 115.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 28 | 0 | 0.40 | 0.84 | 0.33 | 31.67 | 0.72 | 0.39 |
| Hex | AC | 68 | 1C | 0 | 28 | 54 | 21 | 20 | 48 | 27 |
| Octal | 254 | 150 | 34 | 0 | 50 | 124 | 41 | 40 | 110 | 47 |
| Binary | 10101100 | 1101000 | 11100 | 0 | 101000 | 1010100 | 100001 | 100000 | 1001000 | 100111 |
Color Harmonies of #AC681C
Complementary color
Monochromatic Colors of #AC681C
Black with #AC681C
Text Example
Text Example
White with #AC681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC681C; }
p { color: rgb(172,104,28); }
H1.HeaderClassName
{
color: #AC681C;
}
.AnyTagClassName
{
color: #AC681C;
}
</style>
background-color css
<style>
a { background-color: #AC681C; }
a { background-color: rgb(172,104,28); }
div.DivClassName
{
background-color: #AC681C;
}
.BgClassName
{
background-color: #AC681C;
}
</style>
border-color css
<style>
span { border-color: #AC681C; }
span { border-color: rgb(172,104,28); }
td.TdClassName
{
border-color: #AC681C;
}
.TagClassName
{
border-color: #AC681C;
}
</style>