Shades of Golden Brown #AA6D0F
Tints of Golden Brown #AA6D0F
RGB
CMYK
RGB Variations
Color information
#AA6D0F (or 0xAA6D0F) is known color: Golden Brown. HEX triplet: AA, 6D and 0F. RGB value is (170,109,15). Sum of RGB (Red+Green+Blue) = 170+109+15=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6D0F is #5592F0. Grayscale: #747474. Windows color (decimal): -5608177 or 1011114. OLE color: 1011114.
HSL color Cylindrical-coordinate representation of color #AA6D0F: hue angle of 36.39º 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 #AA6D0F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 15 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.33 |
| HSL | 36.39º | 0.84% | 0.36% | - |
| HSV(B) | 36.39º | 0.91% | 0.67% | - |
| XYZ | 22.13 | 19.52 | 3.05 | - |
| YUV | 116.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 15 | 0 | 0.36 | 0.91 | 0.33 | 36.39 | 0.84 | 0.36 |
| Hex | AA | 6D | F | 0 | 24 | 5B | 21 | 24 | 54 | 24 |
| Octal | 252 | 155 | 17 | 0 | 44 | 133 | 41 | 44 | 124 | 44 |
| Binary | 10101010 | 1101101 | 1111 | 0 | 100100 | 1011011 | 100001 | 100100 | 1010100 | 100100 |
Color Harmonies of #AA6D0F
Complementary color
Monochromatic Colors of #AA6D0F
Black with #AA6D0F
Text Example
Text Example
White with #AA6D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D0F; }
p { color: rgb(170,109,15); }
H1.HeaderClassName
{
color: #AA6D0F;
}
.AnyTagClassName
{
color: #AA6D0F;
}
</style>
background-color css
<style>
a { background-color: #AA6D0F; }
a { background-color: rgb(170,109,15); }
div.DivClassName
{
background-color: #AA6D0F;
}
.BgClassName
{
background-color: #AA6D0F;
}
</style>
border-color css
<style>
span { border-color: #AA6D0F; }
span { border-color: rgb(170,109,15); }
td.TdClassName
{
border-color: #AA6D0F;
}
.TagClassName
{
border-color: #AA6D0F;
}
</style>