Shades of Dark Goldenrod #A88802
Tints of Dark Goldenrod #A88802
RGB
CMYK
RGB Variations
Color information
#A88802 (or 0xA88802) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 02. RGB value is (168,136,2). Sum of RGB (Red+Green+Blue) = 168+136+2=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A88802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88802 is #5777FD. Grayscale: #828282. Windows color (decimal): -5732350 or 166056. OLE color: 166056.
HSL color Cylindrical-coordinate representation of color #A88802: hue angle of 48.43º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A88802 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.34 |
| HSL | 48.43º | 0.98% | 0.33% | - |
| HSV(B) | 48.43º | 0.99% | 0.66% | - |
| XYZ | 24.96 | 25.94 | 3.75 | - |
| YUV | 130.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 2 | 0 | 0.19 | 0.99 | 0.34 | 48.43 | 0.98 | 0.33 |
| Hex | A8 | 88 | 2 | 0 | 13 | 63 | 22 | 30 | 62 | 21 |
| Octal | 250 | 210 | 2 | 0 | 23 | 143 | 42 | 60 | 142 | 41 |
| Binary | 10101000 | 10001000 | 10 | 0 | 10011 | 1100011 | 100010 | 110000 | 1100010 | 100001 |
Color Harmonies of #A88802
Complementary color
Monochromatic Colors of #A88802
Black with #A88802
Text Example
Text Example
White with #A88802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88802; }
p { color: rgb(168,136,2); }
H1.HeaderClassName
{
color: #A88802;
}
.AnyTagClassName
{
color: #A88802;
}
</style>
background-color css
<style>
a { background-color: #A88802; }
a { background-color: rgb(168,136,2); }
div.DivClassName
{
background-color: #A88802;
}
.BgClassName
{
background-color: #A88802;
}
</style>
border-color css
<style>
span { border-color: #A88802; }
span { border-color: rgb(168,136,2); }
td.TdClassName
{
border-color: #A88802;
}
.TagClassName
{
border-color: #A88802;
}
</style>