Shades of Golden Brown #AA5B0D
Tints of Golden Brown #AA5B0D
RGB
CMYK
RGB Variations
Color information
#AA5B0D (or 0xAA5B0D) is known color: Golden Brown. HEX triplet: AA, 5B and 0D. RGB value is (170,91,13). Sum of RGB (Red+Green+Blue) = 170+91+13=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5B0D is #55A4F2. Grayscale: #6A6A6A. Windows color (decimal): -5612787 or 875434. OLE color: 875434.
HSL color Cylindrical-coordinate representation of color #AA5B0D: hue angle of 29.81º 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 #AA5B0D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 13 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.33 |
| HSL | 29.81º | 0.86% | 0.36% | - |
| HSV(B) | 29.81º | 0.92% | 0.67% | - |
| XYZ | 20.39 | 16.06 | 2.41 | - |
| YUV | 105.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 13 | 0 | 0.46 | 0.92 | 0.33 | 29.81 | 0.86 | 0.36 |
| Hex | AA | 5B | D | 0 | 2E | 5C | 21 | 1E | 56 | 24 |
| Octal | 252 | 133 | 15 | 0 | 56 | 134 | 41 | 36 | 126 | 44 |
| Binary | 10101010 | 1011011 | 1101 | 0 | 101110 | 1011100 | 100001 | 11110 | 1010110 | 100100 |
Color Harmonies of #AA5B0D
Complementary color
Monochromatic Colors of #AA5B0D
Black with #AA5B0D
Text Example
Text Example
White with #AA5B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B0D; }
p { color: rgb(170,91,13); }
H1.HeaderClassName
{
color: #AA5B0D;
}
.AnyTagClassName
{
color: #AA5B0D;
}
</style>
background-color css
<style>
a { background-color: #AA5B0D; }
a { background-color: rgb(170,91,13); }
div.DivClassName
{
background-color: #AA5B0D;
}
.BgClassName
{
background-color: #AA5B0D;
}
</style>
border-color css
<style>
span { border-color: #AA5B0D; }
span { border-color: rgb(170,91,13); }
td.TdClassName
{
border-color: #AA5B0D;
}
.TagClassName
{
border-color: #AA5B0D;
}
</style>