Shades of Dark Goldenrod #AA8307
Tints of Dark Goldenrod #AA8307
RGB
CMYK
RGB Variations
Color information
#AA8307 (or 0xAA8307) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 07. RGB value is (170,131,7). Sum of RGB (Red+Green+Blue) = 170+131+7=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8307 is #557CF8. Grayscale: #818181. Windows color (decimal): -5602553 or 492458. OLE color: 492458.
HSL color Cylindrical-coordinate representation of color #AA8307: hue angle of 45.64º 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 #AA8307 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.33 |
| HSL | 45.64º | 0.92% | 0.35% | - |
| HSV(B) | 45.64º | 0.96% | 0.67% | - |
| XYZ | 24.73 | 24.79 | 3.68 | - |
| YUV | 128.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 7 | 0 | 0.23 | 0.96 | 0.33 | 45.64 | 0.92 | 0.35 |
| Hex | AA | 83 | 7 | 0 | 17 | 60 | 21 | 2E | 5C | 23 |
| Octal | 252 | 203 | 7 | 0 | 27 | 140 | 41 | 56 | 134 | 43 |
| Binary | 10101010 | 10000011 | 111 | 0 | 10111 | 1100000 | 100001 | 101110 | 1011100 | 100011 |
Color Harmonies of #AA8307
Complementary color
Monochromatic Colors of #AA8307
Black with #AA8307
Text Example
Text Example
White with #AA8307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8307; }
p { color: rgb(170,131,7); }
H1.HeaderClassName
{
color: #AA8307;
}
.AnyTagClassName
{
color: #AA8307;
}
</style>
background-color css
<style>
a { background-color: #AA8307; }
a { background-color: rgb(170,131,7); }
div.DivClassName
{
background-color: #AA8307;
}
.BgClassName
{
background-color: #AA8307;
}
</style>
border-color css
<style>
span { border-color: #AA8307; }
span { border-color: rgb(170,131,7); }
td.TdClassName
{
border-color: #AA8307;
}
.TagClassName
{
border-color: #AA8307;
}
</style>