Shades of Dark Goldenrod #A28100
Tints of Dark Goldenrod #A28100
RGB
CMYK
RGB Variations
Color information
#A28100 (or 0xA28100) is known color: Dark Goldenrod. HEX triplet: A2, 81 and 00. RGB value is (162,129,0). Sum of RGB (Red+Green+Blue) = 162+129+0=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A28100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28100 is #5D7EFF. Grayscale: #7C7C7C. Windows color (decimal): -6127360 or 33186. OLE color: 33186.
HSL color Cylindrical-coordinate representation of color #A28100: hue angle of 47.78º 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 #A28100 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.36 |
| HSL | 47.78º | 1% | 0.32% | - |
| HSV(B) | 47.78º | 1% | 0.64% | - |
| XYZ | 22.75 | 23.38 | 3.31 | - |
| YUV | 124.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 0 | 0 | 0.20 | 1 | 0.36 | 47.78 | 1 | 0.32 |
| Hex | A2 | 81 | 0 | 0 | 14 | 64 | 24 | 30 | 64 | 20 |
| Octal | 242 | 201 | 0 | 0 | 24 | 144 | 44 | 60 | 144 | 40 |
| Binary | 10100010 | 10000001 | 0 | 0 | 10100 | 1100100 | 100100 | 110000 | 1100100 | 100000 |
Color Harmonies of #A28100
Complementary color
Monochromatic Colors of #A28100
Black with #A28100
Text Example
Text Example
White with #A28100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28100; }
p { color: rgb(162,129,0); }
H1.HeaderClassName
{
color: #A28100;
}
.AnyTagClassName
{
color: #A28100;
}
</style>
background-color css
<style>
a { background-color: #A28100; }
a { background-color: rgb(162,129,0); }
div.DivClassName
{
background-color: #A28100;
}
.BgClassName
{
background-color: #A28100;
}
</style>
border-color css
<style>
span { border-color: #A28100; }
span { border-color: rgb(162,129,0); }
td.TdClassName
{
border-color: #A28100;
}
.TagClassName
{
border-color: #A28100;
}
</style>