Shades of Dark Goldenrod #A08A08
Tints of Dark Goldenrod #A08A08
RGB
CMYK
RGB Variations
Color information
#A08A08 (or 0xA08A08) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 08. RGB value is (160,138,8). Sum of RGB (Red+Green+Blue) = 160+138+8=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A08 is #5F75F7. Grayscale: #828282. Windows color (decimal): -6256120 or 559776. OLE color: 559776.
HSL color Cylindrical-coordinate representation of color #A08A08: hue angle of 51.32º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A08A08 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.37 |
| HSL | 51.32º | 0.9% | 0.33% | - |
| HSV(B) | 51.32º | 0.95% | 0.63% | - |
| XYZ | 23.63 | 25.67 | 3.94 | - |
| YUV | 129.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 8 | 0 | 0.14 | 0.95 | 0.37 | 51.32 | 0.9 | 0.33 |
| Hex | A0 | 8A | 8 | 0 | E | 5F | 25 | 33 | 5A | 21 |
| Octal | 240 | 212 | 10 | 0 | 16 | 137 | 45 | 63 | 132 | 41 |
| Binary | 10100000 | 10001010 | 1000 | 0 | 1110 | 1011111 | 100101 | 110011 | 1011010 | 100001 |
Color Harmonies of #A08A08
Complementary color
Monochromatic Colors of #A08A08
Black with #A08A08
Text Example
Text Example
White with #A08A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A08; }
p { color: rgb(160,138,8); }
H1.HeaderClassName
{
color: #A08A08;
}
.AnyTagClassName
{
color: #A08A08;
}
</style>
background-color css
<style>
a { background-color: #A08A08; }
a { background-color: rgb(160,138,8); }
div.DivClassName
{
background-color: #A08A08;
}
.BgClassName
{
background-color: #A08A08;
}
</style>
border-color css
<style>
span { border-color: #A08A08; }
span { border-color: rgb(160,138,8); }
td.TdClassName
{
border-color: #A08A08;
}
.TagClassName
{
border-color: #A08A08;
}
</style>