Shades of Golden Brown #AE620C
Tints of Golden Brown #AE620C
RGB
CMYK
RGB Variations
Color information
#AE620C (or 0xAE620C) is known color: Golden Brown. HEX triplet: AE, 62 and 0C. RGB value is (174,98,12). Sum of RGB (Red+Green+Blue) = 174+98+12=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE620C is #519DF3. Grayscale: #6F6F6F. Windows color (decimal): -5348852 or 811694. OLE color: 811694.
HSL color Cylindrical-coordinate representation of color #AE620C: hue angle of 31.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE620C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 12 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.32 |
| HSL | 31.85º | 0.87% | 0.36% | - |
| HSV(B) | 31.85º | 0.93% | 0.68% | - |
| XYZ | 21.89 | 17.76 | 2.62 | - |
| YUV | 110.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 12 | 0 | 0.44 | 0.93 | 0.32 | 31.85 | 0.87 | 0.36 |
| Hex | AE | 62 | C | 0 | 2C | 5D | 20 | 20 | 57 | 24 |
| Octal | 256 | 142 | 14 | 0 | 54 | 135 | 40 | 40 | 127 | 44 |
| Binary | 10101110 | 1100010 | 1100 | 0 | 101100 | 1011101 | 100000 | 100000 | 1010111 | 100100 |
Color Harmonies of #AE620C
Complementary color
Monochromatic Colors of #AE620C
Black with #AE620C
Text Example
Text Example
White with #AE620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE620C; }
p { color: rgb(174,98,12); }
H1.HeaderClassName
{
color: #AE620C;
}
.AnyTagClassName
{
color: #AE620C;
}
</style>
background-color css
<style>
a { background-color: #AE620C; }
a { background-color: rgb(174,98,12); }
div.DivClassName
{
background-color: #AE620C;
}
.BgClassName
{
background-color: #AE620C;
}
</style>
border-color css
<style>
span { border-color: #AE620C; }
span { border-color: rgb(174,98,12); }
td.TdClassName
{
border-color: #AE620C;
}
.TagClassName
{
border-color: #AE620C;
}
</style>