Shades of Golden Brown #AC6518
Tints of Golden Brown #AC6518
RGB
CMYK
RGB Variations
Color information
#AC6518 (or 0xAC6518) is known color: Golden Brown. HEX triplet: AC, 65 and 18. RGB value is (172,101,24). Sum of RGB (Red+Green+Blue) = 172+101+24=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6518 is #539AE7. Grayscale: #717171. Windows color (decimal): -5479144 or 1598892. OLE color: 1598892.
HSL color Cylindrical-coordinate representation of color #AC6518: hue angle of 31.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC6518 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 24 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.33 |
| HSL | 31.22º | 0.76% | 0.38% | - |
| HSV(B) | 31.22º | 0.86% | 0.67% | - |
| XYZ | 21.83 | 18.14 | 3.22 | - |
| YUV | 113.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 24 | 0 | 0.41 | 0.86 | 0.33 | 31.22 | 0.76 | 0.38 |
| Hex | AC | 65 | 18 | 0 | 29 | 56 | 21 | 1F | 4C | 26 |
| Octal | 254 | 145 | 30 | 0 | 51 | 126 | 41 | 37 | 114 | 46 |
| Binary | 10101100 | 1100101 | 11000 | 0 | 101001 | 1010110 | 100001 | 11111 | 1001100 | 100110 |
Color Harmonies of #AC6518
Complementary color
Monochromatic Colors of #AC6518
Black with #AC6518
Text Example
Text Example
White with #AC6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6518; }
p { color: rgb(172,101,24); }
H1.HeaderClassName
{
color: #AC6518;
}
.AnyTagClassName
{
color: #AC6518;
}
</style>
background-color css
<style>
a { background-color: #AC6518; }
a { background-color: rgb(172,101,24); }
div.DivClassName
{
background-color: #AC6518;
}
.BgClassName
{
background-color: #AC6518;
}
</style>
border-color css
<style>
span { border-color: #AC6518; }
span { border-color: rgb(172,101,24); }
td.TdClassName
{
border-color: #AC6518;
}
.TagClassName
{
border-color: #AC6518;
}
</style>