Shades of Golden Brown #AA6507
Tints of Golden Brown #AA6507
RGB
CMYK
RGB Variations
Color information
#AA6507 (or 0xAA6507) is known color: Golden Brown. HEX triplet: AA, 65 and 07. RGB value is (170,101,7). Sum of RGB (Red+Green+Blue) = 170+101+7=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6507 is #559AF8. Grayscale: #6F6F6F. Windows color (decimal): -5610233 or 484778. OLE color: 484778.
HSL color Cylindrical-coordinate representation of color #AA6507: hue angle of 34.6º 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 #AA6507 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.33 |
| HSL | 34.6º | 0.92% | 0.35% | - |
| HSV(B) | 34.6º | 0.96% | 0.67% | - |
| XYZ | 21.27 | 17.87 | 2.53 | - |
| YUV | 110.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 7 | 0 | 0.41 | 0.96 | 0.33 | 34.6 | 0.92 | 0.35 |
| Hex | AA | 65 | 7 | 0 | 29 | 60 | 21 | 23 | 5C | 23 |
| Octal | 252 | 145 | 7 | 0 | 51 | 140 | 41 | 43 | 134 | 43 |
| Binary | 10101010 | 1100101 | 111 | 0 | 101001 | 1100000 | 100001 | 100011 | 1011100 | 100011 |
Color Harmonies of #AA6507
Complementary color
Monochromatic Colors of #AA6507
Black with #AA6507
Text Example
Text Example
White with #AA6507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6507; }
p { color: rgb(170,101,7); }
H1.HeaderClassName
{
color: #AA6507;
}
.AnyTagClassName
{
color: #AA6507;
}
</style>
background-color css
<style>
a { background-color: #AA6507; }
a { background-color: rgb(170,101,7); }
div.DivClassName
{
background-color: #AA6507;
}
.BgClassName
{
background-color: #AA6507;
}
</style>
border-color css
<style>
span { border-color: #AA6507; }
span { border-color: rgb(170,101,7); }
td.TdClassName
{
border-color: #AA6507;
}
.TagClassName
{
border-color: #AA6507;
}
</style>