Shades of Golden Brown #AC660A
Tints of Golden Brown #AC660A
RGB
CMYK
RGB Variations
Color information
#AC660A (or 0xAC660A) is known color: Golden Brown. HEX triplet: AC, 66 and 0A. RGB value is (172,102,10). Sum of RGB (Red+Green+Blue) = 172+102+10=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC660A is #5399F5. Grayscale: #707070. Windows color (decimal): -5478902 or 681644. OLE color: 681644.
HSL color Cylindrical-coordinate representation of color #AC660A: hue angle of 34.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC660A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.33 |
| HSL | 34.07º | 0.89% | 0.36% | - |
| HSV(B) | 34.07º | 0.94% | 0.67% | - |
| XYZ | 21.82 | 18.3 | 2.67 | - |
| YUV | 112.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 10 | 0 | 0.41 | 0.94 | 0.33 | 34.07 | 0.89 | 0.36 |
| Hex | AC | 66 | A | 0 | 29 | 5E | 21 | 22 | 59 | 24 |
| Octal | 254 | 146 | 12 | 0 | 51 | 136 | 41 | 42 | 131 | 44 |
| Binary | 10101100 | 1100110 | 1010 | 0 | 101001 | 1011110 | 100001 | 100010 | 1011001 | 100100 |
Color Harmonies of #AC660A
Complementary color
Monochromatic Colors of #AC660A
Black with #AC660A
Text Example
Text Example
White with #AC660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC660A; }
p { color: rgb(172,102,10); }
H1.HeaderClassName
{
color: #AC660A;
}
.AnyTagClassName
{
color: #AC660A;
}
</style>
background-color css
<style>
a { background-color: #AC660A; }
a { background-color: rgb(172,102,10); }
div.DivClassName
{
background-color: #AC660A;
}
.BgClassName
{
background-color: #AC660A;
}
</style>
border-color css
<style>
span { border-color: #AC660A; }
span { border-color: rgb(172,102,10); }
td.TdClassName
{
border-color: #AC660A;
}
.TagClassName
{
border-color: #AC660A;
}
</style>