Shades of Golden Brown #AA670A
Tints of Golden Brown #AA670A
RGB
CMYK
RGB Variations
Color information
#AA670A (or 0xAA670A) is known color: Golden Brown. HEX triplet: AA, 67 and 0A. RGB value is (170,103,10). Sum of RGB (Red+Green+Blue) = 170+103+10=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA670A is #5598F5. Grayscale: #707070. Windows color (decimal): -5609718 or 681898. OLE color: 681898.
HSL color Cylindrical-coordinate representation of color #AA670A: hue angle of 34.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA670A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 10 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.33 |
| HSL | 34.88º | 0.89% | 0.35% | - |
| HSV(B) | 34.88º | 0.94% | 0.67% | - |
| XYZ | 21.48 | 18.27 | 2.68 | - |
| YUV | 112.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 10 | 0 | 0.39 | 0.94 | 0.33 | 34.88 | 0.89 | 0.35 |
| Hex | AA | 67 | A | 0 | 27 | 5E | 21 | 23 | 59 | 23 |
| Octal | 252 | 147 | 12 | 0 | 47 | 136 | 41 | 43 | 131 | 43 |
| Binary | 10101010 | 1100111 | 1010 | 0 | 100111 | 1011110 | 100001 | 100011 | 1011001 | 100011 |
Color Harmonies of #AA670A
Complementary color
Monochromatic Colors of #AA670A
Black with #AA670A
Text Example
Text Example
White with #AA670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA670A; }
p { color: rgb(170,103,10); }
H1.HeaderClassName
{
color: #AA670A;
}
.AnyTagClassName
{
color: #AA670A;
}
</style>
background-color css
<style>
a { background-color: #AA670A; }
a { background-color: rgb(170,103,10); }
div.DivClassName
{
background-color: #AA670A;
}
.BgClassName
{
background-color: #AA670A;
}
</style>
border-color css
<style>
span { border-color: #AA670A; }
span { border-color: rgb(170,103,10); }
td.TdClassName
{
border-color: #AA670A;
}
.TagClassName
{
border-color: #AA670A;
}
</style>