Shades of Golden Brown #AC6313
Tints of Golden Brown #AC6313
RGB
CMYK
RGB Variations
Color information
#AC6313 (or 0xAC6313) is known color: Golden Brown. HEX triplet: AC, 63 and 13. RGB value is (172,99,19). Sum of RGB (Red+Green+Blue) = 172+99+19=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6313 is #539CEC. Grayscale: #707070. Windows color (decimal): -5479661 or 1270700. OLE color: 1270700.
HSL color Cylindrical-coordinate representation of color #AC6313: hue angle of 31.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC6313 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.33 |
| HSL | 31.37º | 0.8% | 0.37% | - |
| HSV(B) | 31.37º | 0.89% | 0.67% | - |
| XYZ | 21.59 | 17.74 | 2.9 | - |
| YUV | 111.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 19 | 0 | 0.42 | 0.89 | 0.33 | 31.37 | 0.8 | 0.37 |
| Hex | AC | 63 | 13 | 0 | 2A | 59 | 21 | 1F | 50 | 25 |
| Octal | 254 | 143 | 23 | 0 | 52 | 131 | 41 | 37 | 120 | 45 |
| Binary | 10101100 | 1100011 | 10011 | 0 | 101010 | 1011001 | 100001 | 11111 | 1010000 | 100101 |
Color Harmonies of #AC6313
Complementary color
Monochromatic Colors of #AC6313
Black with #AC6313
Text Example
Text Example
White with #AC6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6313; }
p { color: rgb(172,99,19); }
H1.HeaderClassName
{
color: #AC6313;
}
.AnyTagClassName
{
color: #AC6313;
}
</style>
background-color css
<style>
a { background-color: #AC6313; }
a { background-color: rgb(172,99,19); }
div.DivClassName
{
background-color: #AC6313;
}
.BgClassName
{
background-color: #AC6313;
}
</style>
border-color css
<style>
span { border-color: #AC6313; }
span { border-color: rgb(172,99,19); }
td.TdClassName
{
border-color: #AC6313;
}
.TagClassName
{
border-color: #AC6313;
}
</style>