Shades of Dark Goldenrod #A27A07
Tints of Dark Goldenrod #A27A07
RGB
CMYK
RGB Variations
Color information
#A27A07 (or 0xA27A07) is known color: Dark Goldenrod. HEX triplet: A2, 7A and 07. RGB value is (162,122,7). Sum of RGB (Red+Green+Blue) = 162+122+7=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A07 is #5D85F8. Grayscale: #797979. Windows color (decimal): -6129145 or 490146. OLE color: 490146.
HSL color Cylindrical-coordinate representation of color #A27A07: hue angle of 44.52º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A27A07 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.36 |
| HSL | 44.52º | 0.92% | 0.33% | - |
| HSV(B) | 44.52º | 0.96% | 0.64% | - |
| XYZ | 21.9 | 21.62 | 3.22 | - |
| YUV | 120.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 7 | 0 | 0.25 | 0.96 | 0.36 | 44.52 | 0.92 | 0.33 |
| Hex | A2 | 7A | 7 | 0 | 19 | 60 | 24 | 2D | 5C | 21 |
| Octal | 242 | 172 | 7 | 0 | 31 | 140 | 44 | 55 | 134 | 41 |
| Binary | 10100010 | 1111010 | 111 | 0 | 11001 | 1100000 | 100100 | 101101 | 1011100 | 100001 |
Color Harmonies of #A27A07
Complementary color
Monochromatic Colors of #A27A07
Black with #A27A07
Text Example
Text Example
White with #A27A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A07; }
p { color: rgb(162,122,7); }
H1.HeaderClassName
{
color: #A27A07;
}
.AnyTagClassName
{
color: #A27A07;
}
</style>
background-color css
<style>
a { background-color: #A27A07; }
a { background-color: rgb(162,122,7); }
div.DivClassName
{
background-color: #A27A07;
}
.BgClassName
{
background-color: #A27A07;
}
</style>
border-color css
<style>
span { border-color: #A27A07; }
span { border-color: rgb(162,122,7); }
td.TdClassName
{
border-color: #A27A07;
}
.TagClassName
{
border-color: #A27A07;
}
</style>