Shades of Golden Brown #AC6618
Tints of Golden Brown #AC6618
RGB
CMYK
RGB Variations
Color information
#AC6618 (or 0xAC6618) is known color: Golden Brown. HEX triplet: AC, 66 and 18. RGB value is (172,102,24). Sum of RGB (Red+Green+Blue) = 172+102+24=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6618 is #5399E7. Grayscale: #727272. Windows color (decimal): -5478888 or 1599148. OLE color: 1599148.
HSL color Cylindrical-coordinate representation of color #AC6618: hue angle of 31.62º 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 #AC6618 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 24 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.33 |
| HSL | 31.62º | 0.76% | 0.38% | - |
| HSV(B) | 31.62º | 0.86% | 0.67% | - |
| XYZ | 21.93 | 18.34 | 3.25 | - |
| YUV | 114.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 24 | 0 | 0.41 | 0.86 | 0.33 | 31.62 | 0.76 | 0.38 |
| Hex | AC | 66 | 18 | 0 | 29 | 56 | 21 | 20 | 4C | 26 |
| Octal | 254 | 146 | 30 | 0 | 51 | 126 | 41 | 40 | 114 | 46 |
| Binary | 10101100 | 1100110 | 11000 | 0 | 101001 | 1010110 | 100001 | 100000 | 1001100 | 100110 |
Color Harmonies of #AC6618
Complementary color
Monochromatic Colors of #AC6618
Black with #AC6618
Text Example
Text Example
White with #AC6618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6618; }
p { color: rgb(172,102,24); }
H1.HeaderClassName
{
color: #AC6618;
}
.AnyTagClassName
{
color: #AC6618;
}
</style>
background-color css
<style>
a { background-color: #AC6618; }
a { background-color: rgb(172,102,24); }
div.DivClassName
{
background-color: #AC6618;
}
.BgClassName
{
background-color: #AC6618;
}
</style>
border-color css
<style>
span { border-color: #AC6618; }
span { border-color: rgb(172,102,24); }
td.TdClassName
{
border-color: #AC6618;
}
.TagClassName
{
border-color: #AC6618;
}
</style>