Shades of Golden Brown #AC6304
Tints of Golden Brown #AC6304
RGB
CMYK
RGB Variations
Color information
#AC6304 (or 0xAC6304) is known color: Golden Brown. HEX triplet: AC, 63 and 04. RGB value is (172,99,4). Sum of RGB (Red+Green+Blue) = 172+99+4=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6304 is #539CFB. Grayscale: #6E6E6E. Windows color (decimal): -5479676 or 287660. OLE color: 287660.
HSL color Cylindrical-coordinate representation of color #AC6304: hue angle of 33.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC6304 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.33 |
| HSL | 33.93º | 0.95% | 0.35% | - |
| HSV(B) | 33.93º | 0.98% | 0.67% | - |
| XYZ | 21.5 | 17.7 | 2.4 | - |
| YUV | 110 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 4 | 0 | 0.42 | 0.98 | 0.33 | 33.93 | 0.95 | 0.35 |
| Hex | AC | 63 | 4 | 0 | 2A | 62 | 21 | 22 | 5F | 23 |
| Octal | 254 | 143 | 4 | 0 | 52 | 142 | 41 | 42 | 137 | 43 |
| Binary | 10101100 | 1100011 | 100 | 0 | 101010 | 1100010 | 100001 | 100010 | 1011111 | 100011 |
Color Harmonies of #AC6304
Complementary color
Monochromatic Colors of #AC6304
Black with #AC6304
Text Example
Text Example
White with #AC6304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6304; }
p { color: rgb(172,99,4); }
H1.HeaderClassName
{
color: #AC6304;
}
.AnyTagClassName
{
color: #AC6304;
}
</style>
background-color css
<style>
a { background-color: #AC6304; }
a { background-color: rgb(172,99,4); }
div.DivClassName
{
background-color: #AC6304;
}
.BgClassName
{
background-color: #AC6304;
}
</style>
border-color css
<style>
span { border-color: #AC6304; }
span { border-color: rgb(172,99,4); }
td.TdClassName
{
border-color: #AC6304;
}
.TagClassName
{
border-color: #AC6304;
}
</style>