Shades of Dark Goldenrod #A28400
Tints of Dark Goldenrod #A28400
RGB
CMYK
RGB Variations
Color information
#A28400 (or 0xA28400) is known color: Dark Goldenrod. HEX triplet: A2, 84 and 00. RGB value is (162,132,0). Sum of RGB (Red+Green+Blue) = 162+132+0=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A28400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28400 is #5D7BFF. Grayscale: #7E7E7E. Windows color (decimal): -6126592 or 33954. OLE color: 33954.
HSL color Cylindrical-coordinate representation of color #A28400: hue angle of 48.89º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A28400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.36 |
| HSL | 48.89º | 1% | 0.32% | - |
| HSV(B) | 48.89º | 1% | 0.64% | - |
| XYZ | 23.15 | 24.18 | 3.45 | - |
| YUV | 125.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 0 | 0 | 0.19 | 1 | 0.36 | 48.89 | 1 | 0.32 |
| Hex | A2 | 84 | 0 | 0 | 13 | 64 | 24 | 31 | 64 | 20 |
| Octal | 242 | 204 | 0 | 0 | 23 | 144 | 44 | 61 | 144 | 40 |
| Binary | 10100010 | 10000100 | 0 | 0 | 10011 | 1100100 | 100100 | 110001 | 1100100 | 100000 |
Color Harmonies of #A28400
Complementary color
Monochromatic Colors of #A28400
Black with #A28400
Text Example
Text Example
White with #A28400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28400; }
p { color: rgb(162,132,0); }
H1.HeaderClassName
{
color: #A28400;
}
.AnyTagClassName
{
color: #A28400;
}
</style>
background-color css
<style>
a { background-color: #A28400; }
a { background-color: rgb(162,132,0); }
div.DivClassName
{
background-color: #A28400;
}
.BgClassName
{
background-color: #A28400;
}
</style>
border-color css
<style>
span { border-color: #A28400; }
span { border-color: rgb(162,132,0); }
td.TdClassName
{
border-color: #A28400;
}
.TagClassName
{
border-color: #A28400;
}
</style>