Shades of Golden Brown #AC6403
Tints of Golden Brown #AC6403
RGB
CMYK
RGB Variations
Color information
#AC6403 (or 0xAC6403) is known color: Golden Brown. HEX triplet: AC, 64 and 03. RGB value is (172,100,3). Sum of RGB (Red+Green+Blue) = 172+100+3=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6403 is #539BFC. Grayscale: #6E6E6E. Windows color (decimal): -5479421 or 222380. OLE color: 222380.
HSL color Cylindrical-coordinate representation of color #AC6403: hue angle of 34.44º 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 #AC6403 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.33 |
| HSL | 34.44º | 0.97% | 0.34% | - |
| HSV(B) | 34.44º | 0.98% | 0.67% | - |
| XYZ | 21.59 | 17.89 | 2.4 | - |
| YUV | 110.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 3 | 0 | 0.42 | 0.98 | 0.33 | 34.44 | 0.97 | 0.34 |
| Hex | AC | 64 | 3 | 0 | 2A | 62 | 21 | 22 | 61 | 22 |
| Octal | 254 | 144 | 3 | 0 | 52 | 142 | 41 | 42 | 141 | 42 |
| Binary | 10101100 | 1100100 | 11 | 0 | 101010 | 1100010 | 100001 | 100010 | 1100001 | 100010 |
Color Harmonies of #AC6403
Complementary color
Monochromatic Colors of #AC6403
Black with #AC6403
Text Example
Text Example
White with #AC6403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6403; }
p { color: rgb(172,100,3); }
H1.HeaderClassName
{
color: #AC6403;
}
.AnyTagClassName
{
color: #AC6403;
}
</style>
background-color css
<style>
a { background-color: #AC6403; }
a { background-color: rgb(172,100,3); }
div.DivClassName
{
background-color: #AC6403;
}
.BgClassName
{
background-color: #AC6403;
}
</style>
border-color css
<style>
span { border-color: #AC6403; }
span { border-color: rgb(172,100,3); }
td.TdClassName
{
border-color: #AC6403;
}
.TagClassName
{
border-color: #AC6403;
}
</style>