Shades of Golden Brown #AC620E
Tints of Golden Brown #AC620E
RGB
CMYK
RGB Variations
Color information
#AC620E (or 0xAC620E) is known color: Golden Brown. HEX triplet: AC, 62 and 0E. RGB value is (172,98,14). Sum of RGB (Red+Green+Blue) = 172+98+14=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC620E is #539DF1. Grayscale: #6E6E6E. Windows color (decimal): -5479922 or 942764. OLE color: 942764.
HSL color Cylindrical-coordinate representation of color #AC620E: hue angle of 31.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC620E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 14 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.33 |
| HSL | 31.9º | 0.85% | 0.36% | - |
| HSV(B) | 31.9º | 0.92% | 0.67% | - |
| XYZ | 21.46 | 17.54 | 2.67 | - |
| YUV | 110.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 14 | 0 | 0.43 | 0.92 | 0.33 | 31.9 | 0.85 | 0.36 |
| Hex | AC | 62 | E | 0 | 2B | 5C | 21 | 20 | 55 | 24 |
| Octal | 254 | 142 | 16 | 0 | 53 | 134 | 41 | 40 | 125 | 44 |
| Binary | 10101100 | 1100010 | 1110 | 0 | 101011 | 1011100 | 100001 | 100000 | 1010101 | 100100 |
Color Harmonies of #AC620E
Complementary color
Monochromatic Colors of #AC620E
Black with #AC620E
Text Example
Text Example
White with #AC620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC620E; }
p { color: rgb(172,98,14); }
H1.HeaderClassName
{
color: #AC620E;
}
.AnyTagClassName
{
color: #AC620E;
}
</style>
background-color css
<style>
a { background-color: #AC620E; }
a { background-color: rgb(172,98,14); }
div.DivClassName
{
background-color: #AC620E;
}
.BgClassName
{
background-color: #AC620E;
}
</style>
border-color css
<style>
span { border-color: #AC620E; }
span { border-color: rgb(172,98,14); }
td.TdClassName
{
border-color: #AC620E;
}
.TagClassName
{
border-color: #AC620E;
}
</style>