Shades of Golden Brown #AC6103
Tints of Golden Brown #AC6103
RGB
CMYK
RGB Variations
Color information
#AC6103 (or 0xAC6103) is known color: Golden Brown. HEX triplet: AC, 61 and 03. RGB value is (172,97,3). Sum of RGB (Red+Green+Blue) = 172+97+3=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6103 is #539EFC. Grayscale: #6D6D6D. Windows color (decimal): -5480189 or 221612. OLE color: 221612.
HSL color Cylindrical-coordinate representation of color #AC6103: hue angle of 33.37º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC6103 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.33 |
| HSL | 33.37º | 0.97% | 0.34% | - |
| HSV(B) | 33.37º | 0.98% | 0.67% | - |
| XYZ | 21.3 | 17.33 | 2.31 | - |
| YUV | 108.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 3 | 0 | 0.44 | 0.98 | 0.33 | 33.37 | 0.97 | 0.34 |
| Hex | AC | 61 | 3 | 0 | 2C | 62 | 21 | 21 | 61 | 22 |
| Octal | 254 | 141 | 3 | 0 | 54 | 142 | 41 | 41 | 141 | 42 |
| Binary | 10101100 | 1100001 | 11 | 0 | 101100 | 1100010 | 100001 | 100001 | 1100001 | 100010 |
Color Harmonies of #AC6103
Complementary color
Monochromatic Colors of #AC6103
Black with #AC6103
Text Example
Text Example
White with #AC6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6103; }
p { color: rgb(172,97,3); }
H1.HeaderClassName
{
color: #AC6103;
}
.AnyTagClassName
{
color: #AC6103;
}
</style>
background-color css
<style>
a { background-color: #AC6103; }
a { background-color: rgb(172,97,3); }
div.DivClassName
{
background-color: #AC6103;
}
.BgClassName
{
background-color: #AC6103;
}
</style>
border-color css
<style>
span { border-color: #AC6103; }
span { border-color: rgb(172,97,3); }
td.TdClassName
{
border-color: #AC6103;
}
.TagClassName
{
border-color: #AC6103;
}
</style>