Shades of Dark Goldenrod #A28802
Tints of Dark Goldenrod #A28802
RGB
CMYK
RGB Variations
Color information
#A28802 (or 0xA28802) is known color: Dark Goldenrod. HEX triplet: A2, 88 and 02. RGB value is (162,136,2). Sum of RGB (Red+Green+Blue) = 162+136+2=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A28802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28802 is #5D77FD. Grayscale: #818181. Windows color (decimal): -6125566 or 166050. OLE color: 166050.
HSL color Cylindrical-coordinate representation of color #A28802: hue angle of 50.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A28802 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.36 |
| HSL | 50.25º | 0.98% | 0.32% | - |
| HSV(B) | 50.25º | 0.99% | 0.64% | - |
| XYZ | 23.72 | 25.29 | 3.69 | - |
| YUV | 128.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 2 | 0 | 0.16 | 0.99 | 0.36 | 50.25 | 0.98 | 0.32 |
| Hex | A2 | 88 | 2 | 0 | 10 | 63 | 24 | 32 | 62 | 20 |
| Octal | 242 | 210 | 2 | 0 | 20 | 143 | 44 | 62 | 142 | 40 |
| Binary | 10100010 | 10001000 | 10 | 0 | 10000 | 1100011 | 100100 | 110010 | 1100010 | 100000 |
Color Harmonies of #A28802
Complementary color
Monochromatic Colors of #A28802
Black with #A28802
Text Example
Text Example
White with #A28802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28802; }
p { color: rgb(162,136,2); }
H1.HeaderClassName
{
color: #A28802;
}
.AnyTagClassName
{
color: #A28802;
}
</style>
background-color css
<style>
a { background-color: #A28802; }
a { background-color: rgb(162,136,2); }
div.DivClassName
{
background-color: #A28802;
}
.BgClassName
{
background-color: #A28802;
}
</style>
border-color css
<style>
span { border-color: #A28802; }
span { border-color: rgb(162,136,2); }
td.TdClassName
{
border-color: #A28802;
}
.TagClassName
{
border-color: #A28802;
}
</style>