Shades of Dark Goldenrod #AA7F10
Tints of Dark Goldenrod #AA7F10
RGB
CMYK
RGB Variations
Color information
#AA7F10 (or 0xAA7F10) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 10. RGB value is (170,127,16). Sum of RGB (Red+Green+Blue) = 170+127+16=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F10 is #5580EF. Grayscale: #7F7F7F. Windows color (decimal): -5603568 or 1081258. OLE color: 1081258.
HSL color Cylindrical-coordinate representation of color #AA7F10: hue angle of 43.25º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7F10 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 16 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.33 |
| HSL | 43.25º | 0.83% | 0.36% | - |
| HSV(B) | 43.25º | 0.91% | 0.67% | - |
| XYZ | 24.26 | 23.76 | 3.8 | - |
| YUV | 127.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 16 | 0 | 0.25 | 0.91 | 0.33 | 43.25 | 0.83 | 0.36 |
| Hex | AA | 7F | 10 | 0 | 19 | 5B | 21 | 2B | 53 | 24 |
| Octal | 252 | 177 | 20 | 0 | 31 | 133 | 41 | 53 | 123 | 44 |
| Binary | 10101010 | 1111111 | 10000 | 0 | 11001 | 1011011 | 100001 | 101011 | 1010011 | 100100 |
Color Harmonies of #AA7F10
Complementary color
Monochromatic Colors of #AA7F10
Black with #AA7F10
Text Example
Text Example
White with #AA7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F10; }
p { color: rgb(170,127,16); }
H1.HeaderClassName
{
color: #AA7F10;
}
.AnyTagClassName
{
color: #AA7F10;
}
</style>
background-color css
<style>
a { background-color: #AA7F10; }
a { background-color: rgb(170,127,16); }
div.DivClassName
{
background-color: #AA7F10;
}
.BgClassName
{
background-color: #AA7F10;
}
</style>
border-color css
<style>
span { border-color: #AA7F10; }
span { border-color: rgb(170,127,16); }
td.TdClassName
{
border-color: #AA7F10;
}
.TagClassName
{
border-color: #AA7F10;
}
</style>