Shades of Dark Goldenrod #A28500
Tints of Dark Goldenrod #A28500
RGB
CMYK
RGB Variations
Color information
#A28500 (or 0xA28500) is known color: Dark Goldenrod. HEX triplet: A2, 85 and 00. RGB value is (162,133,0). Sum of RGB (Red+Green+Blue) = 162+133+0=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A28500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28500 is #5D7AFF. Grayscale: #7F7F7F. Windows color (decimal): -6126336 or 34210. OLE color: 34210.
HSL color Cylindrical-coordinate representation of color #A28500: hue angle of 49.26º 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 #A28500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.36 |
| HSL | 49.26º | 1% | 0.32% | - |
| HSV(B) | 49.26º | 1% | 0.64% | - |
| XYZ | 23.29 | 24.46 | 3.49 | - |
| YUV | 126.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 0 | 0 | 0.18 | 1 | 0.36 | 49.26 | 1 | 0.32 |
| Hex | A2 | 85 | 0 | 0 | 12 | 64 | 24 | 31 | 64 | 20 |
| Octal | 242 | 205 | 0 | 0 | 22 | 144 | 44 | 61 | 144 | 40 |
| Binary | 10100010 | 10000101 | 0 | 0 | 10010 | 1100100 | 100100 | 110001 | 1100100 | 100000 |
Color Harmonies of #A28500
Complementary color
Monochromatic Colors of #A28500
Black with #A28500
Text Example
Text Example
White with #A28500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28500; }
p { color: rgb(162,133,0); }
H1.HeaderClassName
{
color: #A28500;
}
.AnyTagClassName
{
color: #A28500;
}
</style>
background-color css
<style>
a { background-color: #A28500; }
a { background-color: rgb(162,133,0); }
div.DivClassName
{
background-color: #A28500;
}
.BgClassName
{
background-color: #A28500;
}
</style>
border-color css
<style>
span { border-color: #A28500; }
span { border-color: rgb(162,133,0); }
td.TdClassName
{
border-color: #A28500;
}
.TagClassName
{
border-color: #A28500;
}
</style>