Shades of Golden Brown #AC6707
Tints of Golden Brown #AC6707
RGB
CMYK
RGB Variations
Color information
#AC6707 (or 0xAC6707) is known color: Golden Brown. HEX triplet: AC, 67 and 07. RGB value is (172,103,7). Sum of RGB (Red+Green+Blue) = 172+103+7=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6707 is #5398F8. Grayscale: #717171. Windows color (decimal): -5478649 or 485292. OLE color: 485292.
HSL color Cylindrical-coordinate representation of color #AC6707: hue angle of 34.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC6707 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.33 |
| HSL | 34.91º | 0.92% | 0.35% | - |
| HSV(B) | 34.91º | 0.96% | 0.67% | - |
| XYZ | 21.9 | 18.49 | 2.61 | - |
| YUV | 112.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 7 | 0 | 0.40 | 0.96 | 0.33 | 34.91 | 0.92 | 0.35 |
| Hex | AC | 67 | 7 | 0 | 28 | 60 | 21 | 23 | 5C | 23 |
| Octal | 254 | 147 | 7 | 0 | 50 | 140 | 41 | 43 | 134 | 43 |
| Binary | 10101100 | 1100111 | 111 | 0 | 101000 | 1100000 | 100001 | 100011 | 1011100 | 100011 |
Color Harmonies of #AC6707
Complementary color
Monochromatic Colors of #AC6707
Black with #AC6707
Text Example
Text Example
White with #AC6707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6707; }
p { color: rgb(172,103,7); }
H1.HeaderClassName
{
color: #AC6707;
}
.AnyTagClassName
{
color: #AC6707;
}
</style>
background-color css
<style>
a { background-color: #AC6707; }
a { background-color: rgb(172,103,7); }
div.DivClassName
{
background-color: #AC6707;
}
.BgClassName
{
background-color: #AC6707;
}
</style>
border-color css
<style>
span { border-color: #AC6707; }
span { border-color: rgb(172,103,7); }
td.TdClassName
{
border-color: #AC6707;
}
.TagClassName
{
border-color: #AC6707;
}
</style>