Shades of Golden Brown #AC6903
Tints of Golden Brown #AC6903
RGB
CMYK
RGB Variations
Color information
#AC6903 (or 0xAC6903) is known color: Golden Brown. HEX triplet: AC, 69 and 03. RGB value is (172,105,3). Sum of RGB (Red+Green+Blue) = 172+105+3=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6903 is #5396FC. Grayscale: #717171. Windows color (decimal): -5478141 or 223660. OLE color: 223660.
HSL color Cylindrical-coordinate representation of color #AC6903: hue angle of 36.21º 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 #AC6903 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.33 |
| HSL | 36.21º | 0.97% | 0.34% | - |
| HSV(B) | 36.21º | 0.98% | 0.67% | - |
| XYZ | 22.08 | 18.88 | 2.57 | - |
| YUV | 113.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 3 | 0 | 0.39 | 0.98 | 0.33 | 36.21 | 0.97 | 0.34 |
| Hex | AC | 69 | 3 | 0 | 27 | 62 | 21 | 24 | 61 | 22 |
| Octal | 254 | 151 | 3 | 0 | 47 | 142 | 41 | 44 | 141 | 42 |
| Binary | 10101100 | 1101001 | 11 | 0 | 100111 | 1100010 | 100001 | 100100 | 1100001 | 100010 |
Color Harmonies of #AC6903
Complementary color
Monochromatic Colors of #AC6903
Black with #AC6903
Text Example
Text Example
White with #AC6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6903; }
p { color: rgb(172,105,3); }
H1.HeaderClassName
{
color: #AC6903;
}
.AnyTagClassName
{
color: #AC6903;
}
</style>
background-color css
<style>
a { background-color: #AC6903; }
a { background-color: rgb(172,105,3); }
div.DivClassName
{
background-color: #AC6903;
}
.BgClassName
{
background-color: #AC6903;
}
</style>
border-color css
<style>
span { border-color: #AC6903; }
span { border-color: rgb(172,105,3); }
td.TdClassName
{
border-color: #AC6903;
}
.TagClassName
{
border-color: #AC6903;
}
</style>