Shades of Golden Brown #AE610C
Tints of Golden Brown #AE610C
RGB
CMYK
RGB Variations
Color information
#AE610C (or 0xAE610C) is known color: Golden Brown. HEX triplet: AE, 61 and 0C. RGB value is (174,97,12). Sum of RGB (Red+Green+Blue) = 174+97+12=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE610C is #519EF3. Grayscale: #6E6E6E. Windows color (decimal): -5349108 or 811438. OLE color: 811438.
HSL color Cylindrical-coordinate representation of color #AE610C: hue angle of 31.48º 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 #AE610C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 12 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.32 |
| HSL | 31.48º | 0.87% | 0.36% | - |
| HSV(B) | 31.48º | 0.93% | 0.68% | - |
| XYZ | 21.8 | 17.57 | 2.59 | - |
| YUV | 110.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 12 | 0 | 0.44 | 0.93 | 0.32 | 31.48 | 0.87 | 0.36 |
| Hex | AE | 61 | C | 0 | 2C | 5D | 20 | 1F | 57 | 24 |
| Octal | 256 | 141 | 14 | 0 | 54 | 135 | 40 | 37 | 127 | 44 |
| Binary | 10101110 | 1100001 | 1100 | 0 | 101100 | 1011101 | 100000 | 11111 | 1010111 | 100100 |
Color Harmonies of #AE610C
Complementary color
Monochromatic Colors of #AE610C
Black with #AE610C
Text Example
Text Example
White with #AE610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE610C; }
p { color: rgb(174,97,12); }
H1.HeaderClassName
{
color: #AE610C;
}
.AnyTagClassName
{
color: #AE610C;
}
</style>
background-color css
<style>
a { background-color: #AE610C; }
a { background-color: rgb(174,97,12); }
div.DivClassName
{
background-color: #AE610C;
}
.BgClassName
{
background-color: #AE610C;
}
</style>
border-color css
<style>
span { border-color: #AE610C; }
span { border-color: rgb(174,97,12); }
td.TdClassName
{
border-color: #AE610C;
}
.TagClassName
{
border-color: #AE610C;
}
</style>