Shades of Golden Brown #AA6C0D
Tints of Golden Brown #AA6C0D
RGB
CMYK
RGB Variations
Color information
#AA6C0D (or 0xAA6C0D) is known color: Golden Brown. HEX triplet: AA, 6C and 0D. RGB value is (170,108,13). Sum of RGB (Red+Green+Blue) = 170+108+13=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6C0D is #5593F2. Grayscale: #747474. Windows color (decimal): -5608435 or 879786. OLE color: 879786.
HSL color Cylindrical-coordinate representation of color #AA6C0D: hue angle of 36.31º 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 #AA6C0D is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 13 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.33 |
| HSL | 36.31º | 0.86% | 0.36% | - |
| HSV(B) | 36.31º | 0.92% | 0.67% | - |
| XYZ | 22.01 | 19.3 | 2.95 | - |
| YUV | 115.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 13 | 0 | 0.36 | 0.92 | 0.33 | 36.31 | 0.86 | 0.36 |
| Hex | AA | 6C | D | 0 | 24 | 5C | 21 | 24 | 56 | 24 |
| Octal | 252 | 154 | 15 | 0 | 44 | 134 | 41 | 44 | 126 | 44 |
| Binary | 10101010 | 1101100 | 1101 | 0 | 100100 | 1011100 | 100001 | 100100 | 1010110 | 100100 |
Color Harmonies of #AA6C0D
Complementary color
Monochromatic Colors of #AA6C0D
Black with #AA6C0D
Text Example
Text Example
White with #AA6C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C0D; }
p { color: rgb(170,108,13); }
H1.HeaderClassName
{
color: #AA6C0D;
}
.AnyTagClassName
{
color: #AA6C0D;
}
</style>
background-color css
<style>
a { background-color: #AA6C0D; }
a { background-color: rgb(170,108,13); }
div.DivClassName
{
background-color: #AA6C0D;
}
.BgClassName
{
background-color: #AA6C0D;
}
</style>
border-color css
<style>
span { border-color: #AA6C0D; }
span { border-color: rgb(170,108,13); }
td.TdClassName
{
border-color: #AA6C0D;
}
.TagClassName
{
border-color: #AA6C0D;
}
</style>