Shades of Golden Brown #AA6703
Tints of Golden Brown #AA6703
RGB
CMYK
RGB Variations
Color information
#AA6703 (or 0xAA6703) is known color: Golden Brown. HEX triplet: AA, 67 and 03. RGB value is (170,103,3). Sum of RGB (Red+Green+Blue) = 170+103+3=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6703 is #5598FC. Grayscale: #707070. Windows color (decimal): -5609725 or 223146. OLE color: 223146.
HSL color Cylindrical-coordinate representation of color #AA6703: hue angle of 35.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA6703 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.33 |
| HSL | 35.93º | 0.97% | 0.34% | - |
| HSV(B) | 35.93º | 0.98% | 0.67% | - |
| XYZ | 21.44 | 18.25 | 2.48 | - |
| YUV | 111.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 3 | 0 | 0.39 | 0.98 | 0.33 | 35.93 | 0.97 | 0.34 |
| Hex | AA | 67 | 3 | 0 | 27 | 62 | 21 | 24 | 61 | 22 |
| Octal | 252 | 147 | 3 | 0 | 47 | 142 | 41 | 44 | 141 | 42 |
| Binary | 10101010 | 1100111 | 11 | 0 | 100111 | 1100010 | 100001 | 100100 | 1100001 | 100010 |
Color Harmonies of #AA6703
Complementary color
Monochromatic Colors of #AA6703
Black with #AA6703
Text Example
Text Example
White with #AA6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6703; }
p { color: rgb(170,103,3); }
H1.HeaderClassName
{
color: #AA6703;
}
.AnyTagClassName
{
color: #AA6703;
}
</style>
background-color css
<style>
a { background-color: #AA6703; }
a { background-color: rgb(170,103,3); }
div.DivClassName
{
background-color: #AA6703;
}
.BgClassName
{
background-color: #AA6703;
}
</style>
border-color css
<style>
span { border-color: #AA6703; }
span { border-color: rgb(170,103,3); }
td.TdClassName
{
border-color: #AA6703;
}
.TagClassName
{
border-color: #AA6703;
}
</style>