Shades of Golden Brown #AC6507
Tints of Golden Brown #AC6507
RGB
CMYK
RGB Variations
Color information
#AC6507 (or 0xAC6507) is known color: Golden Brown. HEX triplet: AC, 65 and 07. RGB value is (172,101,7). Sum of RGB (Red+Green+Blue) = 172+101+7=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6507 is #539AF8. Grayscale: #6F6F6F. Windows color (decimal): -5479161 or 484780. OLE color: 484780.
HSL color Cylindrical-coordinate representation of color #AC6507: hue angle of 34.18º 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 #AC6507 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.33 |
| HSL | 34.18º | 0.92% | 0.35% | - |
| HSV(B) | 34.18º | 0.96% | 0.67% | - |
| XYZ | 21.71 | 18.09 | 2.55 | - |
| YUV | 111.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 7 | 0 | 0.41 | 0.96 | 0.33 | 34.18 | 0.92 | 0.35 |
| Hex | AC | 65 | 7 | 0 | 29 | 60 | 21 | 22 | 5C | 23 |
| Octal | 254 | 145 | 7 | 0 | 51 | 140 | 41 | 42 | 134 | 43 |
| Binary | 10101100 | 1100101 | 111 | 0 | 101001 | 1100000 | 100001 | 100010 | 1011100 | 100011 |
Color Harmonies of #AC6507
Complementary color
Monochromatic Colors of #AC6507
Black with #AC6507
Text Example
Text Example
White with #AC6507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6507; }
p { color: rgb(172,101,7); }
H1.HeaderClassName
{
color: #AC6507;
}
.AnyTagClassName
{
color: #AC6507;
}
</style>
background-color css
<style>
a { background-color: #AC6507; }
a { background-color: rgb(172,101,7); }
div.DivClassName
{
background-color: #AC6507;
}
.BgClassName
{
background-color: #AC6507;
}
</style>
border-color css
<style>
span { border-color: #AC6507; }
span { border-color: rgb(172,101,7); }
td.TdClassName
{
border-color: #AC6507;
}
.TagClassName
{
border-color: #AC6507;
}
</style>