Shades of Golden Brown #AA6C0F
Tints of Golden Brown #AA6C0F
RGB
CMYK
RGB Variations
Color information
#AA6C0F (or 0xAA6C0F) is known color: Golden Brown. HEX triplet: AA, 6C and 0F. RGB value is (170,108,15). Sum of RGB (Red+Green+Blue) = 170+108+15=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6C0F is #5593F0. Grayscale: #747474. Windows color (decimal): -5608433 or 1010858. OLE color: 1010858.
HSL color Cylindrical-coordinate representation of color #AA6C0F: hue angle of 36º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA6C0F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 15 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.33 |
| HSL | 36º | 0.84% | 0.36% | - |
| HSV(B) | 36º | 0.91% | 0.67% | - |
| XYZ | 22.03 | 19.31 | 3.02 | - |
| YUV | 115.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 15 | 0 | 0.36 | 0.91 | 0.33 | 36 | 0.84 | 0.36 |
| Hex | AA | 6C | F | 0 | 24 | 5B | 21 | 24 | 54 | 24 |
| Octal | 252 | 154 | 17 | 0 | 44 | 133 | 41 | 44 | 124 | 44 |
| Binary | 10101010 | 1101100 | 1111 | 0 | 100100 | 1011011 | 100001 | 100100 | 1010100 | 100100 |
Color Harmonies of #AA6C0F
Complementary color
Monochromatic Colors of #AA6C0F
Black with #AA6C0F
Text Example
Text Example
White with #AA6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C0F; }
p { color: rgb(170,108,15); }
H1.HeaderClassName
{
color: #AA6C0F;
}
.AnyTagClassName
{
color: #AA6C0F;
}
</style>
background-color css
<style>
a { background-color: #AA6C0F; }
a { background-color: rgb(170,108,15); }
div.DivClassName
{
background-color: #AA6C0F;
}
.BgClassName
{
background-color: #AA6C0F;
}
</style>
border-color css
<style>
span { border-color: #AA6C0F; }
span { border-color: rgb(170,108,15); }
td.TdClassName
{
border-color: #AA6C0F;
}
.TagClassName
{
border-color: #AA6C0F;
}
</style>