Shades of Golden Brown #AA5C0D
Tints of Golden Brown #AA5C0D
RGB
CMYK
RGB Variations
Color information
#AA5C0D (or 0xAA5C0D) is known color: Golden Brown. HEX triplet: AA, 5C and 0D. RGB value is (170,92,13). Sum of RGB (Red+Green+Blue) = 170+92+13=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C0D is #55A3F2. Grayscale: #6A6A6A. Windows color (decimal): -5612531 or 875690. OLE color: 875690.
HSL color Cylindrical-coordinate representation of color #AA5C0D: hue angle of 30.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA5C0D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 13 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.33 |
| HSL | 30.19º | 0.86% | 0.36% | - |
| HSV(B) | 30.19º | 0.92% | 0.67% | - |
| XYZ | 20.48 | 16.23 | 2.43 | - |
| YUV | 106.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 13 | 0 | 0.46 | 0.92 | 0.33 | 30.19 | 0.86 | 0.36 |
| Hex | AA | 5C | D | 0 | 2E | 5C | 21 | 1E | 56 | 24 |
| Octal | 252 | 134 | 15 | 0 | 56 | 134 | 41 | 36 | 126 | 44 |
| Binary | 10101010 | 1011100 | 1101 | 0 | 101110 | 1011100 | 100001 | 11110 | 1010110 | 100100 |
Color Harmonies of #AA5C0D
Complementary color
Monochromatic Colors of #AA5C0D
Black with #AA5C0D
Text Example
Text Example
White with #AA5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C0D; }
p { color: rgb(170,92,13); }
H1.HeaderClassName
{
color: #AA5C0D;
}
.AnyTagClassName
{
color: #AA5C0D;
}
</style>
background-color css
<style>
a { background-color: #AA5C0D; }
a { background-color: rgb(170,92,13); }
div.DivClassName
{
background-color: #AA5C0D;
}
.BgClassName
{
background-color: #AA5C0D;
}
</style>
border-color css
<style>
span { border-color: #AA5C0D; }
span { border-color: rgb(170,92,13); }
td.TdClassName
{
border-color: #AA5C0D;
}
.TagClassName
{
border-color: #AA5C0D;
}
</style>