Shades of Dark Goldenrod #A27F03
Tints of Dark Goldenrod #A27F03
RGB
CMYK
RGB Variations
Color information
#A27F03 (or 0xA27F03) is known color: Dark Goldenrod. HEX triplet: A2, 7F and 03. RGB value is (162,127,3). Sum of RGB (Red+Green+Blue) = 162+127+3=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F03 is #5D80FC. Grayscale: #7B7B7B. Windows color (decimal): -6127869 or 229282. OLE color: 229282.
HSL color Cylindrical-coordinate representation of color #A27F03: hue angle of 46.79º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A27F03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.36 |
| HSL | 46.79º | 0.96% | 0.32% | - |
| HSV(B) | 46.79º | 0.98% | 0.64% | - |
| XYZ | 22.51 | 22.87 | 3.31 | - |
| YUV | 123.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 3 | 0 | 0.22 | 0.98 | 0.36 | 46.79 | 0.96 | 0.32 |
| Hex | A2 | 7F | 3 | 0 | 16 | 62 | 24 | 2F | 60 | 20 |
| Octal | 242 | 177 | 3 | 0 | 26 | 142 | 44 | 57 | 140 | 40 |
| Binary | 10100010 | 1111111 | 11 | 0 | 10110 | 1100010 | 100100 | 101111 | 1100000 | 100000 |
Color Harmonies of #A27F03
Complementary color
Monochromatic Colors of #A27F03
Black with #A27F03
Text Example
Text Example
White with #A27F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F03; }
p { color: rgb(162,127,3); }
H1.HeaderClassName
{
color: #A27F03;
}
.AnyTagClassName
{
color: #A27F03;
}
</style>
background-color css
<style>
a { background-color: #A27F03; }
a { background-color: rgb(162,127,3); }
div.DivClassName
{
background-color: #A27F03;
}
.BgClassName
{
background-color: #A27F03;
}
</style>
border-color css
<style>
span { border-color: #A27F03; }
span { border-color: rgb(162,127,3); }
td.TdClassName
{
border-color: #A27F03;
}
.TagClassName
{
border-color: #A27F03;
}
</style>