Shades of Golden Brown #AC6312
Tints of Golden Brown #AC6312
RGB
CMYK
RGB Variations
Color information
#AC6312 (or 0xAC6312) is known color: Golden Brown. HEX triplet: AC, 63 and 12. RGB value is (172,99,18). Sum of RGB (Red+Green+Blue) = 172+99+18=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6312 is #539CED. Grayscale: #6F6F6F. Windows color (decimal): -5479662 or 1205164. OLE color: 1205164.
HSL color Cylindrical-coordinate representation of color #AC6312: hue angle of 31.56º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC6312 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.33 |
| HSL | 31.56º | 0.81% | 0.37% | - |
| HSV(B) | 31.56º | 0.9% | 0.67% | - |
| XYZ | 21.58 | 17.74 | 2.86 | - |
| YUV | 111.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 18 | 0 | 0.42 | 0.90 | 0.33 | 31.56 | 0.81 | 0.37 |
| Hex | AC | 63 | 12 | 0 | 2A | 5A | 21 | 20 | 51 | 25 |
| Octal | 254 | 143 | 22 | 0 | 52 | 132 | 41 | 40 | 121 | 45 |
| Binary | 10101100 | 1100011 | 10010 | 0 | 101010 | 1011010 | 100001 | 100000 | 1010001 | 100101 |
Color Harmonies of #AC6312
Complementary color
Monochromatic Colors of #AC6312
Black with #AC6312
Text Example
Text Example
White with #AC6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6312; }
p { color: rgb(172,99,18); }
H1.HeaderClassName
{
color: #AC6312;
}
.AnyTagClassName
{
color: #AC6312;
}
</style>
background-color css
<style>
a { background-color: #AC6312; }
a { background-color: rgb(172,99,18); }
div.DivClassName
{
background-color: #AC6312;
}
.BgClassName
{
background-color: #AC6312;
}
</style>
border-color css
<style>
span { border-color: #AC6312; }
span { border-color: rgb(172,99,18); }
td.TdClassName
{
border-color: #AC6312;
}
.TagClassName
{
border-color: #AC6312;
}
</style>