Shades of Dark Goldenrod #A88A09
Tints of Dark Goldenrod #A88A09
RGB
CMYK
RGB Variations
Color information
#A88A09 (or 0xA88A09) is known color: Dark Goldenrod. HEX triplet: A8, 8A and 09. RGB value is (168,138,9). Sum of RGB (Red+Green+Blue) = 168+138+9=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A09 is #5775F6. Grayscale: #848484. Windows color (decimal): -5731831 or 625320. OLE color: 625320.
HSL color Cylindrical-coordinate representation of color #A88A09: hue angle of 48.68º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A88A09 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 9 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.34 |
| HSL | 48.68º | 0.9% | 0.35% | - |
| HSV(B) | 48.68º | 0.95% | 0.66% | - |
| XYZ | 25.29 | 26.52 | 4.04 | - |
| YUV | 132.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 9 | 0 | 0.18 | 0.95 | 0.34 | 48.68 | 0.9 | 0.35 |
| Hex | A8 | 8A | 9 | 0 | 12 | 5F | 22 | 31 | 5A | 23 |
| Octal | 250 | 212 | 11 | 0 | 22 | 137 | 42 | 61 | 132 | 43 |
| Binary | 10101000 | 10001010 | 1001 | 0 | 10010 | 1011111 | 100010 | 110001 | 1011010 | 100011 |
Color Harmonies of #A88A09
Complementary color
Monochromatic Colors of #A88A09
Black with #A88A09
Text Example
Text Example
White with #A88A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A09; }
p { color: rgb(168,138,9); }
H1.HeaderClassName
{
color: #A88A09;
}
.AnyTagClassName
{
color: #A88A09;
}
</style>
background-color css
<style>
a { background-color: #A88A09; }
a { background-color: rgb(168,138,9); }
div.DivClassName
{
background-color: #A88A09;
}
.BgClassName
{
background-color: #A88A09;
}
</style>
border-color css
<style>
span { border-color: #A88A09; }
span { border-color: rgb(168,138,9); }
td.TdClassName
{
border-color: #A88A09;
}
.TagClassName
{
border-color: #A88A09;
}
</style>