Shades of Dark Goldenrod #A28C05
Tints of Dark Goldenrod #A28C05
RGB
CMYK
RGB Variations
Color information
#A28C05 (or 0xA28C05) is known color: Dark Goldenrod. HEX triplet: A2, 8C and 05. RGB value is (162,140,5). Sum of RGB (Red+Green+Blue) = 162+140+5=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C05 is #5D73FA. Grayscale: #838383. Windows color (decimal): -6124539 or 363682. OLE color: 363682.
HSL color Cylindrical-coordinate representation of color #A28C05: hue angle of 51.59º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A28C05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.36 |
| HSL | 51.59º | 0.94% | 0.33% | - |
| HSV(B) | 51.59º | 0.97% | 0.64% | - |
| XYZ | 24.31 | 26.45 | 3.97 | - |
| YUV | 131.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 5 | 0 | 0.14 | 0.97 | 0.36 | 51.59 | 0.94 | 0.33 |
| Hex | A2 | 8C | 5 | 0 | E | 61 | 24 | 34 | 5E | 21 |
| Octal | 242 | 214 | 5 | 0 | 16 | 141 | 44 | 64 | 136 | 41 |
| Binary | 10100010 | 10001100 | 101 | 0 | 1110 | 1100001 | 100100 | 110100 | 1011110 | 100001 |
Color Harmonies of #A28C05
Complementary color
Monochromatic Colors of #A28C05
Black with #A28C05
Text Example
Text Example
White with #A28C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C05; }
p { color: rgb(162,140,5); }
H1.HeaderClassName
{
color: #A28C05;
}
.AnyTagClassName
{
color: #A28C05;
}
</style>
background-color css
<style>
a { background-color: #A28C05; }
a { background-color: rgb(162,140,5); }
div.DivClassName
{
background-color: #A28C05;
}
.BgClassName
{
background-color: #A28C05;
}
</style>
border-color css
<style>
span { border-color: #A28C05; }
span { border-color: rgb(162,140,5); }
td.TdClassName
{
border-color: #A28C05;
}
.TagClassName
{
border-color: #A28C05;
}
</style>