Shades of Golden Brown #AA6316
Tints of Golden Brown #AA6316
RGB
CMYK
RGB Variations
Color information
#AA6316 (or 0xAA6316) is known color: Golden Brown. HEX triplet: AA, 63 and 16. RGB value is (170,99,22). Sum of RGB (Red+Green+Blue) = 170+99+22=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6316 is #559CE9. Grayscale: #6F6F6F. Windows color (decimal): -5610730 or 1467306. OLE color: 1467306.
HSL color Cylindrical-coordinate representation of color #AA6316: hue angle of 31.22º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA6316 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 22 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.33 |
| HSL | 31.22º | 0.77% | 0.38% | - |
| HSV(B) | 31.22º | 0.87% | 0.67% | - |
| XYZ | 21.18 | 17.53 | 3.03 | - |
| YUV | 111.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 22 | 0 | 0.42 | 0.87 | 0.33 | 31.22 | 0.77 | 0.38 |
| Hex | AA | 63 | 16 | 0 | 2A | 57 | 21 | 1F | 4D | 26 |
| Octal | 252 | 143 | 26 | 0 | 52 | 127 | 41 | 37 | 115 | 46 |
| Binary | 10101010 | 1100011 | 10110 | 0 | 101010 | 1010111 | 100001 | 11111 | 1001101 | 100110 |
Color Harmonies of #AA6316
Complementary color
Monochromatic Colors of #AA6316
Black with #AA6316
Text Example
Text Example
White with #AA6316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6316; }
p { color: rgb(170,99,22); }
H1.HeaderClassName
{
color: #AA6316;
}
.AnyTagClassName
{
color: #AA6316;
}
</style>
background-color css
<style>
a { background-color: #AA6316; }
a { background-color: rgb(170,99,22); }
div.DivClassName
{
background-color: #AA6316;
}
.BgClassName
{
background-color: #AA6316;
}
</style>
border-color css
<style>
span { border-color: #AA6316; }
span { border-color: rgb(170,99,22); }
td.TdClassName
{
border-color: #AA6316;
}
.TagClassName
{
border-color: #AA6316;
}
</style>