Shades of Dark Goldenrod #AA7B09
Tints of Dark Goldenrod #AA7B09
RGB
CMYK
RGB Variations
Color information
#AA7B09 (or 0xAA7B09) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 09. RGB value is (170,123,9). Sum of RGB (Red+Green+Blue) = 170+123+9=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B09 is #5584F6. Grayscale: #7C7C7C. Windows color (decimal): -5604599 or 621482. OLE color: 621482.
HSL color Cylindrical-coordinate representation of color #AA7B09: hue angle of 42.48º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA7B09 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 9 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.33 |
| HSL | 42.48º | 0.9% | 0.35% | - |
| HSV(B) | 42.48º | 0.95% | 0.67% | - |
| XYZ | 23.71 | 22.73 | 3.4 | - |
| YUV | 124.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 9 | 0 | 0.28 | 0.95 | 0.33 | 42.48 | 0.9 | 0.35 |
| Hex | AA | 7B | 9 | 0 | 1C | 5F | 21 | 2A | 5A | 23 |
| Octal | 252 | 173 | 11 | 0 | 34 | 137 | 41 | 52 | 132 | 43 |
| Binary | 10101010 | 1111011 | 1001 | 0 | 11100 | 1011111 | 100001 | 101010 | 1011010 | 100011 |
Color Harmonies of #AA7B09
Complementary color
Monochromatic Colors of #AA7B09
Black with #AA7B09
Text Example
Text Example
White with #AA7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B09; }
p { color: rgb(170,123,9); }
H1.HeaderClassName
{
color: #AA7B09;
}
.AnyTagClassName
{
color: #AA7B09;
}
</style>
background-color css
<style>
a { background-color: #AA7B09; }
a { background-color: rgb(170,123,9); }
div.DivClassName
{
background-color: #AA7B09;
}
.BgClassName
{
background-color: #AA7B09;
}
</style>
border-color css
<style>
span { border-color: #AA7B09; }
span { border-color: rgb(170,123,9); }
td.TdClassName
{
border-color: #AA7B09;
}
.TagClassName
{
border-color: #AA7B09;
}
</style>