Shades of Dark Goldenrod #A28F00
Tints of Dark Goldenrod #A28F00
RGB
CMYK
RGB Variations
Color information
#A28F00 (or 0xA28F00) is known color: Dark Goldenrod. HEX triplet: A2, 8F and 00. RGB value is (162,143,0). Sum of RGB (Red+Green+Blue) = 162+143+0=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F00 is #5D70FF. Grayscale: #848484. Windows color (decimal): -6123776 or 36770. OLE color: 36770.
HSL color Cylindrical-coordinate representation of color #A28F00: hue angle of 52.96º 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 #A28F00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.36 |
| HSL | 52.96º | 1% | 0.32% | - |
| HSV(B) | 52.96º | 1% | 0.64% | - |
| XYZ | 24.72 | 27.33 | 3.97 | - |
| YUV | 132.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 0 | 0 | 0.12 | 1 | 0.36 | 52.96 | 1 | 0.32 |
| Hex | A2 | 8F | 0 | 0 | C | 64 | 24 | 35 | 64 | 20 |
| Octal | 242 | 217 | 0 | 0 | 14 | 144 | 44 | 65 | 144 | 40 |
| Binary | 10100010 | 10001111 | 0 | 0 | 1100 | 1100100 | 100100 | 110101 | 1100100 | 100000 |
Color Harmonies of #A28F00
Complementary color
Monochromatic Colors of #A28F00
Black with #A28F00
Text Example
Text Example
White with #A28F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F00; }
p { color: rgb(162,143,0); }
H1.HeaderClassName
{
color: #A28F00;
}
.AnyTagClassName
{
color: #A28F00;
}
</style>
background-color css
<style>
a { background-color: #A28F00; }
a { background-color: rgb(162,143,0); }
div.DivClassName
{
background-color: #A28F00;
}
.BgClassName
{
background-color: #A28F00;
}
</style>
border-color css
<style>
span { border-color: #A28F00; }
span { border-color: rgb(162,143,0); }
td.TdClassName
{
border-color: #A28F00;
}
.TagClassName
{
border-color: #A28F00;
}
</style>