Shades of Dark Goldenrod #AA8306
Tints of Dark Goldenrod #AA8306
RGB
CMYK
RGB Variations
Color information
#AA8306 (or 0xAA8306) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 06. RGB value is (170,131,6). Sum of RGB (Red+Green+Blue) = 170+131+6=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8306 is #557CF9. Grayscale: #808080. Windows color (decimal): -5602554 or 426922. OLE color: 426922.
HSL color Cylindrical-coordinate representation of color #AA8306: hue angle of 45.73º degrees, saturation: 0.93, 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 #AA8306 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 6 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.33 |
| HSL | 45.73º | 0.93% | 0.35% | - |
| HSV(B) | 45.73º | 0.96% | 0.67% | - |
| XYZ | 24.73 | 24.79 | 3.65 | - |
| YUV | 128.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 6 | 0 | 0.23 | 0.96 | 0.33 | 45.73 | 0.93 | 0.35 |
| Hex | AA | 83 | 6 | 0 | 17 | 60 | 21 | 2E | 5D | 23 |
| Octal | 252 | 203 | 6 | 0 | 27 | 140 | 41 | 56 | 135 | 43 |
| Binary | 10101010 | 10000011 | 110 | 0 | 10111 | 1100000 | 100001 | 101110 | 1011101 | 100011 |
Color Harmonies of #AA8306
Complementary color
Monochromatic Colors of #AA8306
Black with #AA8306
Text Example
Text Example
White with #AA8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8306; }
p { color: rgb(170,131,6); }
H1.HeaderClassName
{
color: #AA8306;
}
.AnyTagClassName
{
color: #AA8306;
}
</style>
background-color css
<style>
a { background-color: #AA8306; }
a { background-color: rgb(170,131,6); }
div.DivClassName
{
background-color: #AA8306;
}
.BgClassName
{
background-color: #AA8306;
}
</style>
border-color css
<style>
span { border-color: #AA8306; }
span { border-color: rgb(170,131,6); }
td.TdClassName
{
border-color: #AA8306;
}
.TagClassName
{
border-color: #AA8306;
}
</style>