Shades of Dark Goldenrod #A28803
Tints of Dark Goldenrod #A28803
RGB
CMYK
RGB Variations
Color information
#A28803 (or 0xA28803) is known color: Dark Goldenrod. HEX triplet: A2, 88 and 03. RGB value is (162,136,3). Sum of RGB (Red+Green+Blue) = 162+136+3=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A28803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28803 is #5D77FC. Grayscale: #818181. Windows color (decimal): -6125565 or 231586. OLE color: 231586.
HSL color Cylindrical-coordinate representation of color #A28803: hue angle of 50.19º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A28803 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.36 |
| HSL | 50.19º | 0.96% | 0.32% | - |
| HSV(B) | 50.19º | 0.98% | 0.64% | - |
| XYZ | 23.72 | 25.3 | 3.72 | - |
| YUV | 128.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 3 | 0 | 0.16 | 0.98 | 0.36 | 50.19 | 0.96 | 0.32 |
| Hex | A2 | 88 | 3 | 0 | 10 | 62 | 24 | 32 | 60 | 20 |
| Octal | 242 | 210 | 3 | 0 | 20 | 142 | 44 | 62 | 140 | 40 |
| Binary | 10100010 | 10001000 | 11 | 0 | 10000 | 1100010 | 100100 | 110010 | 1100000 | 100000 |
Color Harmonies of #A28803
Complementary color
Monochromatic Colors of #A28803
Black with #A28803
Text Example
Text Example
White with #A28803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28803; }
p { color: rgb(162,136,3); }
H1.HeaderClassName
{
color: #A28803;
}
.AnyTagClassName
{
color: #A28803;
}
</style>
background-color css
<style>
a { background-color: #A28803; }
a { background-color: rgb(162,136,3); }
div.DivClassName
{
background-color: #A28803;
}
.BgClassName
{
background-color: #A28803;
}
</style>
border-color css
<style>
span { border-color: #A28803; }
span { border-color: rgb(162,136,3); }
td.TdClassName
{
border-color: #A28803;
}
.TagClassName
{
border-color: #A28803;
}
</style>