Shades of Golden Brown #AC6510
Tints of Golden Brown #AC6510
RGB
CMYK
RGB Variations
Color information
#AC6510 (or 0xAC6510) is known color: Golden Brown. HEX triplet: AC, 65 and 10. RGB value is (172,101,16). Sum of RGB (Red+Green+Blue) = 172+101+16=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6510 is #539AEF. Grayscale: #707070. Windows color (decimal): -5479152 or 1074604. OLE color: 1074604.
HSL color Cylindrical-coordinate representation of color #AC6510: hue angle of 32.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC6510 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 16 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.33 |
| HSL | 32.69º | 0.83% | 0.37% | - |
| HSV(B) | 32.69º | 0.91% | 0.67% | - |
| XYZ | 21.76 | 18.12 | 2.84 | - |
| YUV | 112.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 16 | 0 | 0.41 | 0.91 | 0.33 | 32.69 | 0.83 | 0.37 |
| Hex | AC | 65 | 10 | 0 | 29 | 5B | 21 | 21 | 53 | 25 |
| Octal | 254 | 145 | 20 | 0 | 51 | 133 | 41 | 41 | 123 | 45 |
| Binary | 10101100 | 1100101 | 10000 | 0 | 101001 | 1011011 | 100001 | 100001 | 1010011 | 100101 |
Color Harmonies of #AC6510
Complementary color
Monochromatic Colors of #AC6510
Black with #AC6510
Text Example
Text Example
White with #AC6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6510; }
p { color: rgb(172,101,16); }
H1.HeaderClassName
{
color: #AC6510;
}
.AnyTagClassName
{
color: #AC6510;
}
</style>
background-color css
<style>
a { background-color: #AC6510; }
a { background-color: rgb(172,101,16); }
div.DivClassName
{
background-color: #AC6510;
}
.BgClassName
{
background-color: #AC6510;
}
</style>
border-color css
<style>
span { border-color: #AC6510; }
span { border-color: rgb(172,101,16); }
td.TdClassName
{
border-color: #AC6510;
}
.TagClassName
{
border-color: #AC6510;
}
</style>