Shades of Dark Goldenrod #AA8607
Tints of Dark Goldenrod #AA8607
RGB
CMYK
RGB Variations
Color information
#AA8607 (or 0xAA8607) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 07. RGB value is (170,134,7). Sum of RGB (Red+Green+Blue) = 170+134+7=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8607 is #5579F8. Grayscale: #828282. Windows color (decimal): -5601785 or 493226. OLE color: 493226.
HSL color Cylindrical-coordinate representation of color #AA8607: hue angle of 46.75º 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 #AA8607 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 7 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.33 |
| HSL | 46.75º | 0.92% | 0.35% | - |
| HSV(B) | 46.75º | 0.96% | 0.67% | - |
| XYZ | 25.14 | 25.61 | 3.82 | - |
| YUV | 130.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 7 | 0 | 0.21 | 0.96 | 0.33 | 46.75 | 0.92 | 0.35 |
| Hex | AA | 86 | 7 | 0 | 15 | 60 | 21 | 2F | 5C | 23 |
| Octal | 252 | 206 | 7 | 0 | 25 | 140 | 41 | 57 | 134 | 43 |
| Binary | 10101010 | 10000110 | 111 | 0 | 10101 | 1100000 | 100001 | 101111 | 1011100 | 100011 |
Color Harmonies of #AA8607
Complementary color
Monochromatic Colors of #AA8607
Black with #AA8607
Text Example
Text Example
White with #AA8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8607; }
p { color: rgb(170,134,7); }
H1.HeaderClassName
{
color: #AA8607;
}
.AnyTagClassName
{
color: #AA8607;
}
</style>
background-color css
<style>
a { background-color: #AA8607; }
a { background-color: rgb(170,134,7); }
div.DivClassName
{
background-color: #AA8607;
}
.BgClassName
{
background-color: #AA8607;
}
</style>
border-color css
<style>
span { border-color: #AA8607; }
span { border-color: rgb(170,134,7); }
td.TdClassName
{
border-color: #AA8607;
}
.TagClassName
{
border-color: #AA8607;
}
</style>