Shades of Golden Brown #AC661A
Tints of Golden Brown #AC661A
RGB
CMYK
RGB Variations
Color information
#AC661A (or 0xAC661A) is known color: Golden Brown. HEX triplet: AC, 66 and 1A. RGB value is (172,102,26). Sum of RGB (Red+Green+Blue) = 172+102+26=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC661A is #5399E5. Grayscale: #727272. Windows color (decimal): -5478886 or 1730220. OLE color: 1730220.
HSL color Cylindrical-coordinate representation of color #AC661A: hue angle of 31.23º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC661A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 26 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.33 |
| HSL | 31.23º | 0.74% | 0.39% | - |
| HSV(B) | 31.23º | 0.85% | 0.67% | - |
| XYZ | 21.95 | 18.35 | 3.36 | - |
| YUV | 114.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 26 | 0 | 0.41 | 0.85 | 0.33 | 31.23 | 0.74 | 0.39 |
| Hex | AC | 66 | 1A | 0 | 29 | 55 | 21 | 1F | 4A | 27 |
| Octal | 254 | 146 | 32 | 0 | 51 | 125 | 41 | 37 | 112 | 47 |
| Binary | 10101100 | 1100110 | 11010 | 0 | 101001 | 1010101 | 100001 | 11111 | 1001010 | 100111 |
Color Harmonies of #AC661A
Complementary color
Monochromatic Colors of #AC661A
Black with #AC661A
Text Example
Text Example
White with #AC661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC661A; }
p { color: rgb(172,102,26); }
H1.HeaderClassName
{
color: #AC661A;
}
.AnyTagClassName
{
color: #AC661A;
}
</style>
background-color css
<style>
a { background-color: #AC661A; }
a { background-color: rgb(172,102,26); }
div.DivClassName
{
background-color: #AC661A;
}
.BgClassName
{
background-color: #AC661A;
}
</style>
border-color css
<style>
span { border-color: #AC661A; }
span { border-color: rgb(172,102,26); }
td.TdClassName
{
border-color: #AC661A;
}
.TagClassName
{
border-color: #AC661A;
}
</style>