Shades of Dark Goldenrod #AA9403
Tints of Dark Goldenrod #AA9403
RGB
CMYK
RGB Variations
Color information
#AA9403 (or 0xAA9403) is known color: Dark Goldenrod. HEX triplet: AA, 94 and 03. RGB value is (170,148,3). Sum of RGB (Red+Green+Blue) = 170+148+3=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9403 is #556BFC. Grayscale: #8A8A8A. Windows color (decimal): -5598205 or 234666. OLE color: 234666.
HSL color Cylindrical-coordinate representation of color #AA9403: hue angle of 52.1º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA9403 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.33 |
| HSL | 52.1º | 0.97% | 0.34% | - |
| HSV(B) | 52.1º | 0.98% | 0.67% | - |
| XYZ | 27.18 | 29.73 | 4.39 | - |
| YUV | 138.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 3 | 0 | 0.13 | 0.98 | 0.33 | 52.1 | 0.97 | 0.34 |
| Hex | AA | 94 | 3 | 0 | D | 62 | 21 | 34 | 61 | 22 |
| Octal | 252 | 224 | 3 | 0 | 15 | 142 | 41 | 64 | 141 | 42 |
| Binary | 10101010 | 10010100 | 11 | 0 | 1101 | 1100010 | 100001 | 110100 | 1100001 | 100010 |
Color Harmonies of #AA9403
Complementary color
Monochromatic Colors of #AA9403
Black with #AA9403
Text Example
Text Example
White with #AA9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9403; }
p { color: rgb(170,148,3); }
H1.HeaderClassName
{
color: #AA9403;
}
.AnyTagClassName
{
color: #AA9403;
}
</style>
background-color css
<style>
a { background-color: #AA9403; }
a { background-color: rgb(170,148,3); }
div.DivClassName
{
background-color: #AA9403;
}
.BgClassName
{
background-color: #AA9403;
}
</style>
border-color css
<style>
span { border-color: #AA9403; }
span { border-color: rgb(170,148,3); }
td.TdClassName
{
border-color: #AA9403;
}
.TagClassName
{
border-color: #AA9403;
}
</style>