Shades of Dark Goldenrod #A28001
Tints of Dark Goldenrod #A28001
RGB
CMYK
RGB Variations
Color information
#A28001 (or 0xA28001) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 01. RGB value is (162,128,1). Sum of RGB (Red+Green+Blue) = 162+128+1=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A28001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28001 is #5D7FFE. Grayscale: #7C7C7C. Windows color (decimal): -6127615 or 98466. OLE color: 98466.
HSL color Cylindrical-coordinate representation of color #A28001: hue angle of 47.33º degrees, saturation: 0.99, 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 #A28001 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.36 |
| HSL | 47.33º | 0.99% | 0.32% | - |
| HSV(B) | 47.33º | 0.99% | 0.64% | - |
| XYZ | 22.62 | 23.12 | 3.3 | - |
| YUV | 123.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 1 | 0 | 0.21 | 0.99 | 0.36 | 47.33 | 0.99 | 0.32 |
| Hex | A2 | 80 | 1 | 0 | 15 | 63 | 24 | 2F | 63 | 20 |
| Octal | 242 | 200 | 1 | 0 | 25 | 143 | 44 | 57 | 143 | 40 |
| Binary | 10100010 | 10000000 | 1 | 0 | 10101 | 1100011 | 100100 | 101111 | 1100011 | 100000 |
Color Harmonies of #A28001
Complementary color
Monochromatic Colors of #A28001
Black with #A28001
Text Example
Text Example
White with #A28001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28001; }
p { color: rgb(162,128,1); }
H1.HeaderClassName
{
color: #A28001;
}
.AnyTagClassName
{
color: #A28001;
}
</style>
background-color css
<style>
a { background-color: #A28001; }
a { background-color: rgb(162,128,1); }
div.DivClassName
{
background-color: #A28001;
}
.BgClassName
{
background-color: #A28001;
}
</style>
border-color css
<style>
span { border-color: #A28001; }
span { border-color: rgb(162,128,1); }
td.TdClassName
{
border-color: #A28001;
}
.TagClassName
{
border-color: #A28001;
}
</style>