Shades of Golden Brown #AA6700
Tints of Golden Brown #AA6700
RGB
CMYK
RGB Variations
Color information
#AA6700 (or 0xAA6700) is known color: Golden Brown. HEX triplet: AA, 67 and 00. RGB value is (170,103,0). Sum of RGB (Red+Green+Blue) = 170+103+0=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6700 is #5598FF. Grayscale: #6F6F6F. Windows color (decimal): -5609728 or 26538. OLE color: 26538.
HSL color Cylindrical-coordinate representation of color #AA6700: hue angle of 36.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA6700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.33 |
| HSL | 36.35º | 1% | 0.33% | - |
| HSV(B) | 36.35º | 1% | 0.67% | - |
| XYZ | 21.43 | 18.25 | 2.39 | - |
| YUV | 111.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 0 | 0 | 0.39 | 1 | 0.33 | 36.35 | 1 | 0.33 |
| Hex | AA | 67 | 0 | 0 | 27 | 64 | 21 | 24 | 64 | 21 |
| Octal | 252 | 147 | 0 | 0 | 47 | 144 | 41 | 44 | 144 | 41 |
| Binary | 10101010 | 1100111 | 0 | 0 | 100111 | 1100100 | 100001 | 100100 | 1100100 | 100001 |
Color Harmonies of #AA6700
Complementary color
Monochromatic Colors of #AA6700
Black with #AA6700
Text Example
Text Example
White with #AA6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6700; }
p { color: rgb(170,103,0); }
H1.HeaderClassName
{
color: #AA6700;
}
.AnyTagClassName
{
color: #AA6700;
}
</style>
background-color css
<style>
a { background-color: #AA6700; }
a { background-color: rgb(170,103,0); }
div.DivClassName
{
background-color: #AA6700;
}
.BgClassName
{
background-color: #AA6700;
}
</style>
border-color css
<style>
span { border-color: #AA6700; }
span { border-color: rgb(170,103,0); }
td.TdClassName
{
border-color: #AA6700;
}
.TagClassName
{
border-color: #AA6700;
}
</style>