Shades of Golden Brown #AA580C
Tints of Golden Brown #AA580C
RGB
CMYK
RGB Variations
Color information
#AA580C (or 0xAA580C) is known color: Golden Brown. HEX triplet: AA, 58 and 0C. RGB value is (170,88,12). Sum of RGB (Red+Green+Blue) = 170+88+12=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA580C is #55A7F3. Grayscale: #686868. Windows color (decimal): -5613556 or 809130. OLE color: 809130.
HSL color Cylindrical-coordinate representation of color #AA580C: hue angle of 28.86º 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 #AA580C is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 12 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.33 |
| HSL | 28.86º | 0.87% | 0.36% | - |
| HSV(B) | 28.86º | 0.93% | 0.67% | - |
| XYZ | 20.13 | 15.55 | 2.29 | - |
| YUV | 103.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 12 | 0 | 0.48 | 0.93 | 0.33 | 28.86 | 0.87 | 0.36 |
| Hex | AA | 58 | C | 0 | 30 | 5D | 21 | 1D | 57 | 24 |
| Octal | 252 | 130 | 14 | 0 | 60 | 135 | 41 | 35 | 127 | 44 |
| Binary | 10101010 | 1011000 | 1100 | 0 | 110000 | 1011101 | 100001 | 11101 | 1010111 | 100100 |
Color Harmonies of #AA580C
Complementary color
Monochromatic Colors of #AA580C
Black with #AA580C
Text Example
Text Example
White with #AA580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA580C; }
p { color: rgb(170,88,12); }
H1.HeaderClassName
{
color: #AA580C;
}
.AnyTagClassName
{
color: #AA580C;
}
</style>
background-color css
<style>
a { background-color: #AA580C; }
a { background-color: rgb(170,88,12); }
div.DivClassName
{
background-color: #AA580C;
}
.BgClassName
{
background-color: #AA580C;
}
</style>
border-color css
<style>
span { border-color: #AA580C; }
span { border-color: rgb(170,88,12); }
td.TdClassName
{
border-color: #AA580C;
}
.TagClassName
{
border-color: #AA580C;
}
</style>