Shades of Golden Brown #AC6509
Tints of Golden Brown #AC6509
RGB
CMYK
RGB Variations
Color information
#AC6509 (or 0xAC6509) is known color: Golden Brown. HEX triplet: AC, 65 and 09. RGB value is (172,101,9). Sum of RGB (Red+Green+Blue) = 172+101+9=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6509 is #539AF6. Grayscale: #707070. Windows color (decimal): -5479159 or 615852. OLE color: 615852.
HSL color Cylindrical-coordinate representation of color #AC6509: hue angle of 33.87º 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 #AC6509 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.33 |
| HSL | 33.87º | 0.9% | 0.35% | - |
| HSV(B) | 33.87º | 0.95% | 0.67% | - |
| XYZ | 21.72 | 18.1 | 2.61 | - |
| YUV | 111.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 9 | 0 | 0.41 | 0.95 | 0.33 | 33.87 | 0.9 | 0.35 |
| Hex | AC | 65 | 9 | 0 | 29 | 5F | 21 | 22 | 5A | 23 |
| Octal | 254 | 145 | 11 | 0 | 51 | 137 | 41 | 42 | 132 | 43 |
| Binary | 10101100 | 1100101 | 1001 | 0 | 101001 | 1011111 | 100001 | 100010 | 1011010 | 100011 |
Color Harmonies of #AC6509
Complementary color
Monochromatic Colors of #AC6509
Black with #AC6509
Text Example
Text Example
White with #AC6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6509; }
p { color: rgb(172,101,9); }
H1.HeaderClassName
{
color: #AC6509;
}
.AnyTagClassName
{
color: #AC6509;
}
</style>
background-color css
<style>
a { background-color: #AC6509; }
a { background-color: rgb(172,101,9); }
div.DivClassName
{
background-color: #AC6509;
}
.BgClassName
{
background-color: #AC6509;
}
</style>
border-color css
<style>
span { border-color: #AC6509; }
span { border-color: rgb(172,101,9); }
td.TdClassName
{
border-color: #AC6509;
}
.TagClassName
{
border-color: #AC6509;
}
</style>