Shades of Dark Goldenrod #A28600
Tints of Dark Goldenrod #A28600
RGB
CMYK
RGB Variations
Color information
#A28600 (or 0xA28600) is known color: Dark Goldenrod. HEX triplet: A2, 86 and 00. RGB value is (162,134,0). Sum of RGB (Red+Green+Blue) = 162+134+0=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A28600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28600 is #5D79FF. Grayscale: #7F7F7F. Windows color (decimal): -6126080 or 34466. OLE color: 34466.
HSL color Cylindrical-coordinate representation of color #A28600: hue angle of 49.63º 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 #A28600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.36 |
| HSL | 49.63º | 1% | 0.32% | - |
| HSV(B) | 49.63º | 1% | 0.64% | - |
| XYZ | 23.43 | 24.73 | 3.54 | - |
| YUV | 127.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 0 | 0 | 0.17 | 1 | 0.36 | 49.63 | 1 | 0.32 |
| Hex | A2 | 86 | 0 | 0 | 11 | 64 | 24 | 32 | 64 | 20 |
| Octal | 242 | 206 | 0 | 0 | 21 | 144 | 44 | 62 | 144 | 40 |
| Binary | 10100010 | 10000110 | 0 | 0 | 10001 | 1100100 | 100100 | 110010 | 1100100 | 100000 |
Color Harmonies of #A28600
Complementary color
Monochromatic Colors of #A28600
Black with #A28600
Text Example
Text Example
White with #A28600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28600; }
p { color: rgb(162,134,0); }
H1.HeaderClassName
{
color: #A28600;
}
.AnyTagClassName
{
color: #A28600;
}
</style>
background-color css
<style>
a { background-color: #A28600; }
a { background-color: rgb(162,134,0); }
div.DivClassName
{
background-color: #A28600;
}
.BgClassName
{
background-color: #A28600;
}
</style>
border-color css
<style>
span { border-color: #A28600; }
span { border-color: rgb(162,134,0); }
td.TdClassName
{
border-color: #A28600;
}
.TagClassName
{
border-color: #A28600;
}
</style>