Shades of Golden Brown #AE6F0C
Tints of Golden Brown #AE6F0C
RGB
CMYK
RGB Variations
Color information
#AE6F0C (or 0xAE6F0C) is known color: Golden Brown. HEX triplet: AE, 6F and 0C. RGB value is (174,111,12). Sum of RGB (Red+Green+Blue) = 174+111+12=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6F0C is #5190F3. Grayscale: #777777. Windows color (decimal): -5345524 or 815022. OLE color: 815022.
HSL color Cylindrical-coordinate representation of color #AE6F0C: hue angle of 36.67º 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 #AE6F0C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 12 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.32 |
| HSL | 36.67º | 0.87% | 0.36% | - |
| HSV(B) | 36.67º | 0.93% | 0.68% | - |
| XYZ | 23.21 | 20.39 | 3.06 | - |
| YUV | 118.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 12 | 0 | 0.36 | 0.93 | 0.32 | 36.67 | 0.87 | 0.36 |
| Hex | AE | 6F | C | 0 | 24 | 5D | 20 | 25 | 57 | 24 |
| Octal | 256 | 157 | 14 | 0 | 44 | 135 | 40 | 45 | 127 | 44 |
| Binary | 10101110 | 1101111 | 1100 | 0 | 100100 | 1011101 | 100000 | 100101 | 1010111 | 100100 |
Color Harmonies of #AE6F0C
Complementary color
Monochromatic Colors of #AE6F0C
Black with #AE6F0C
Text Example
Text Example
White with #AE6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F0C; }
p { color: rgb(174,111,12); }
H1.HeaderClassName
{
color: #AE6F0C;
}
.AnyTagClassName
{
color: #AE6F0C;
}
</style>
background-color css
<style>
a { background-color: #AE6F0C; }
a { background-color: rgb(174,111,12); }
div.DivClassName
{
background-color: #AE6F0C;
}
.BgClassName
{
background-color: #AE6F0C;
}
</style>
border-color css
<style>
span { border-color: #AE6F0C; }
span { border-color: rgb(174,111,12); }
td.TdClassName
{
border-color: #AE6F0C;
}
.TagClassName
{
border-color: #AE6F0C;
}
</style>