Shades of Golden Brown #AC6609
Tints of Golden Brown #AC6609
RGB
CMYK
RGB Variations
Color information
#AC6609 (or 0xAC6609) is known color: Golden Brown. HEX triplet: AC, 66 and 09. RGB value is (172,102,9). Sum of RGB (Red+Green+Blue) = 172+102+9=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6609 is #5399F6. Grayscale: #707070. Windows color (decimal): -5478903 or 616108. OLE color: 616108.
HSL color Cylindrical-coordinate representation of color #AC6609: hue angle of 34.23º 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 #AC6609 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.33 |
| HSL | 34.23º | 0.9% | 0.35% | - |
| HSV(B) | 34.23º | 0.95% | 0.67% | - |
| XYZ | 21.81 | 18.29 | 2.64 | - |
| YUV | 112.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 9 | 0 | 0.41 | 0.95 | 0.33 | 34.23 | 0.9 | 0.35 |
| Hex | AC | 66 | 9 | 0 | 29 | 5F | 21 | 22 | 5A | 23 |
| Octal | 254 | 146 | 11 | 0 | 51 | 137 | 41 | 42 | 132 | 43 |
| Binary | 10101100 | 1100110 | 1001 | 0 | 101001 | 1011111 | 100001 | 100010 | 1011010 | 100011 |
Color Harmonies of #AC6609
Complementary color
Monochromatic Colors of #AC6609
Black with #AC6609
Text Example
Text Example
White with #AC6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6609; }
p { color: rgb(172,102,9); }
H1.HeaderClassName
{
color: #AC6609;
}
.AnyTagClassName
{
color: #AC6609;
}
</style>
background-color css
<style>
a { background-color: #AC6609; }
a { background-color: rgb(172,102,9); }
div.DivClassName
{
background-color: #AC6609;
}
.BgClassName
{
background-color: #AC6609;
}
</style>
border-color css
<style>
span { border-color: #AC6609; }
span { border-color: rgb(172,102,9); }
td.TdClassName
{
border-color: #AC6609;
}
.TagClassName
{
border-color: #AC6609;
}
</style>