Shades of Dark Goldenrod #A89302
Tints of Dark Goldenrod #A89302
RGB
CMYK
RGB Variations
Color information
#A89302 (or 0xA89302) is known color: Dark Goldenrod. HEX triplet: A8, 93 and 02. RGB value is (168,147,2). Sum of RGB (Red+Green+Blue) = 168+147+2=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A89302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89302 is #576CFD. Grayscale: #898989. Windows color (decimal): -5729534 or 168872. OLE color: 168872.
HSL color Cylindrical-coordinate representation of color #A89302: hue angle of 52.41º 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 #A89302 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.34 |
| HSL | 52.41º | 0.98% | 0.33% | - |
| HSV(B) | 52.41º | 0.99% | 0.66% | - |
| XYZ | 26.59 | 29.2 | 4.29 | - |
| YUV | 136.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 2 | 0 | 0.13 | 0.99 | 0.34 | 52.41 | 0.98 | 0.33 |
| Hex | A8 | 93 | 2 | 0 | D | 63 | 22 | 34 | 62 | 21 |
| Octal | 250 | 223 | 2 | 0 | 15 | 143 | 42 | 64 | 142 | 41 |
| Binary | 10101000 | 10010011 | 10 | 0 | 1101 | 1100011 | 100010 | 110100 | 1100010 | 100001 |
Color Harmonies of #A89302
Complementary color
Monochromatic Colors of #A89302
Black with #A89302
Text Example
Text Example
White with #A89302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89302; }
p { color: rgb(168,147,2); }
H1.HeaderClassName
{
color: #A89302;
}
.AnyTagClassName
{
color: #A89302;
}
</style>
background-color css
<style>
a { background-color: #A89302; }
a { background-color: rgb(168,147,2); }
div.DivClassName
{
background-color: #A89302;
}
.BgClassName
{
background-color: #A89302;
}
</style>
border-color css
<style>
span { border-color: #A89302; }
span { border-color: rgb(168,147,2); }
td.TdClassName
{
border-color: #A89302;
}
.TagClassName
{
border-color: #A89302;
}
</style>