Shades of Golden Brown #AC6807
Tints of Golden Brown #AC6807
RGB
CMYK
RGB Variations
Color information
#AC6807 (or 0xAC6807) is known color: Golden Brown. HEX triplet: AC, 68 and 07. RGB value is (172,104,7). Sum of RGB (Red+Green+Blue) = 172+104+7=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6807 is #5397F8. Grayscale: #717171. Windows color (decimal): -5478393 or 485548. OLE color: 485548.
HSL color Cylindrical-coordinate representation of color #AC6807: hue angle of 35.27º 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 #AC6807 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.33 |
| HSL | 35.27º | 0.92% | 0.35% | - |
| HSV(B) | 35.27º | 0.96% | 0.67% | - |
| XYZ | 22 | 18.69 | 2.65 | - |
| YUV | 113.27 | 68.03 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 7 | 0 | 0.40 | 0.96 | 0.33 | 35.27 | 0.92 | 0.35 |
| Hex | AC | 68 | 7 | 0 | 28 | 60 | 21 | 23 | 5C | 23 |
| Octal | 254 | 150 | 7 | 0 | 50 | 140 | 41 | 43 | 134 | 43 |
| Binary | 10101100 | 1101000 | 111 | 0 | 101000 | 1100000 | 100001 | 100011 | 1011100 | 100011 |
Color Harmonies of #AC6807
Complementary color
Monochromatic Colors of #AC6807
Black with #AC6807
Text Example
Text Example
White with #AC6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6807; }
p { color: rgb(172,104,7); }
H1.HeaderClassName
{
color: #AC6807;
}
.AnyTagClassName
{
color: #AC6807;
}
</style>
background-color css
<style>
a { background-color: #AC6807; }
a { background-color: rgb(172,104,7); }
div.DivClassName
{
background-color: #AC6807;
}
.BgClassName
{
background-color: #AC6807;
}
</style>
border-color css
<style>
span { border-color: #AC6807; }
span { border-color: rgb(172,104,7); }
td.TdClassName
{
border-color: #AC6807;
}
.TagClassName
{
border-color: #AC6807;
}
</style>