Shades of Dark Goldenrod #AA780D
Tints of Dark Goldenrod #AA780D
RGB
CMYK
RGB Variations
Color information
#AA780D (or 0xAA780D) is known color: Dark Goldenrod. HEX triplet: AA, 78 and 0D. RGB value is (170,120,13). Sum of RGB (Red+Green+Blue) = 170+120+13=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA780D is #5587F2. Grayscale: #7B7B7B. Windows color (decimal): -5605363 or 882858. OLE color: 882858.
HSL color Cylindrical-coordinate representation of color #AA780D: hue angle of 40.89º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA780D is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 13 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.33 |
| HSL | 40.89º | 0.86% | 0.36% | - |
| HSV(B) | 40.89º | 0.92% | 0.67% | - |
| XYZ | 23.37 | 22.01 | 3.4 | - |
| YUV | 122.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 13 | 0 | 0.29 | 0.92 | 0.33 | 40.89 | 0.86 | 0.36 |
| Hex | AA | 78 | D | 0 | 1D | 5C | 21 | 29 | 56 | 24 |
| Octal | 252 | 170 | 15 | 0 | 35 | 134 | 41 | 51 | 126 | 44 |
| Binary | 10101010 | 1111000 | 1101 | 0 | 11101 | 1011100 | 100001 | 101001 | 1010110 | 100100 |
Color Harmonies of #AA780D
Complementary color
Monochromatic Colors of #AA780D
Black with #AA780D
Text Example
Text Example
White with #AA780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA780D; }
p { color: rgb(170,120,13); }
H1.HeaderClassName
{
color: #AA780D;
}
.AnyTagClassName
{
color: #AA780D;
}
</style>
background-color css
<style>
a { background-color: #AA780D; }
a { background-color: rgb(170,120,13); }
div.DivClassName
{
background-color: #AA780D;
}
.BgClassName
{
background-color: #AA780D;
}
</style>
border-color css
<style>
span { border-color: #AA780D; }
span { border-color: rgb(170,120,13); }
td.TdClassName
{
border-color: #AA780D;
}
.TagClassName
{
border-color: #AA780D;
}
</style>