Shades of Golden Brown #AA6407
Tints of Golden Brown #AA6407
RGB
CMYK
RGB Variations
Color information
#AA6407 (or 0xAA6407) is known color: Golden Brown. HEX triplet: AA, 64 and 07. RGB value is (170,100,7). Sum of RGB (Red+Green+Blue) = 170+100+7=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6407 is #559BF8. Grayscale: #6E6E6E. Windows color (decimal): -5610489 or 484522. OLE color: 484522.
HSL color Cylindrical-coordinate representation of color #AA6407: hue angle of 34.23º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA6407 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.33 |
| HSL | 34.23º | 0.92% | 0.35% | - |
| HSV(B) | 34.23º | 0.96% | 0.67% | - |
| XYZ | 21.17 | 17.68 | 2.5 | - |
| YUV | 110.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 7 | 0 | 0.41 | 0.96 | 0.33 | 34.23 | 0.92 | 0.35 |
| Hex | AA | 64 | 7 | 0 | 29 | 60 | 21 | 22 | 5C | 23 |
| Octal | 252 | 144 | 7 | 0 | 51 | 140 | 41 | 42 | 134 | 43 |
| Binary | 10101010 | 1100100 | 111 | 0 | 101001 | 1100000 | 100001 | 100010 | 1011100 | 100011 |
Color Harmonies of #AA6407
Complementary color
Monochromatic Colors of #AA6407
Black with #AA6407
Text Example
Text Example
White with #AA6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6407; }
p { color: rgb(170,100,7); }
H1.HeaderClassName
{
color: #AA6407;
}
.AnyTagClassName
{
color: #AA6407;
}
</style>
background-color css
<style>
a { background-color: #AA6407; }
a { background-color: rgb(170,100,7); }
div.DivClassName
{
background-color: #AA6407;
}
.BgClassName
{
background-color: #AA6407;
}
</style>
border-color css
<style>
span { border-color: #AA6407; }
span { border-color: rgb(170,100,7); }
td.TdClassName
{
border-color: #AA6407;
}
.TagClassName
{
border-color: #AA6407;
}
</style>