Shades of Golden Brown #AC6E09
Tints of Golden Brown #AC6E09
RGB
CMYK
RGB Variations
Color information
#AC6E09 (or 0xAC6E09) is known color: Golden Brown. HEX triplet: AC, 6E and 09. RGB value is (172,110,9). Sum of RGB (Red+Green+Blue) = 172+110+9=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6E09 is #5391F6. Grayscale: #757575. Windows color (decimal): -5476855 or 618156. OLE color: 618156.
HSL color Cylindrical-coordinate representation of color #AC6E09: hue angle of 37.18º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC6E09 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 9 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.33 |
| HSL | 37.18º | 0.9% | 0.35% | - |
| HSV(B) | 37.18º | 0.95% | 0.67% | - |
| XYZ | 22.64 | 19.94 | 2.91 | - |
| YUV | 117.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 9 | 0 | 0.36 | 0.95 | 0.33 | 37.18 | 0.9 | 0.35 |
| Hex | AC | 6E | 9 | 0 | 24 | 5F | 21 | 25 | 5A | 23 |
| Octal | 254 | 156 | 11 | 0 | 44 | 137 | 41 | 45 | 132 | 43 |
| Binary | 10101100 | 1101110 | 1001 | 0 | 100100 | 1011111 | 100001 | 100101 | 1011010 | 100011 |
Color Harmonies of #AC6E09
Complementary color
Monochromatic Colors of #AC6E09
Black with #AC6E09
Text Example
Text Example
White with #AC6E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E09; }
p { color: rgb(172,110,9); }
H1.HeaderClassName
{
color: #AC6E09;
}
.AnyTagClassName
{
color: #AC6E09;
}
</style>
background-color css
<style>
a { background-color: #AC6E09; }
a { background-color: rgb(172,110,9); }
div.DivClassName
{
background-color: #AC6E09;
}
.BgClassName
{
background-color: #AC6E09;
}
</style>
border-color css
<style>
span { border-color: #AC6E09; }
span { border-color: rgb(172,110,9); }
td.TdClassName
{
border-color: #AC6E09;
}
.TagClassName
{
border-color: #AC6E09;
}
</style>