Shades of Golden Brown #AA730C
Tints of Golden Brown #AA730C
RGB
CMYK
RGB Variations
Color information
#AA730C (or 0xAA730C) is known color: Golden Brown. HEX triplet: AA, 73 and 0C. RGB value is (170,115,12). Sum of RGB (Red+Green+Blue) = 170+115+12=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA730C is #558CF3. Grayscale: #787878. Windows color (decimal): -5606644 or 816042. OLE color: 816042.
HSL color Cylindrical-coordinate representation of color #AA730C: hue angle of 39.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA730C is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 12 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.33 |
| HSL | 39.11º | 0.87% | 0.36% | - |
| HSV(B) | 39.11º | 0.93% | 0.67% | - |
| XYZ | 22.77 | 20.83 | 3.17 | - |
| YUV | 119.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 12 | 0 | 0.32 | 0.93 | 0.33 | 39.11 | 0.87 | 0.36 |
| Hex | AA | 73 | C | 0 | 20 | 5D | 21 | 27 | 57 | 24 |
| Octal | 252 | 163 | 14 | 0 | 40 | 135 | 41 | 47 | 127 | 44 |
| Binary | 10101010 | 1110011 | 1100 | 0 | 100000 | 1011101 | 100001 | 100111 | 1010111 | 100100 |
Color Harmonies of #AA730C
Complementary color
Monochromatic Colors of #AA730C
Black with #AA730C
Text Example
Text Example
White with #AA730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA730C; }
p { color: rgb(170,115,12); }
H1.HeaderClassName
{
color: #AA730C;
}
.AnyTagClassName
{
color: #AA730C;
}
</style>
background-color css
<style>
a { background-color: #AA730C; }
a { background-color: rgb(170,115,12); }
div.DivClassName
{
background-color: #AA730C;
}
.BgClassName
{
background-color: #AA730C;
}
</style>
border-color css
<style>
span { border-color: #AA730C; }
span { border-color: rgb(170,115,12); }
td.TdClassName
{
border-color: #AA730C;
}
.TagClassName
{
border-color: #AA730C;
}
</style>