Shades of Dark Goldenrod #A27C08
Tints of Dark Goldenrod #A27C08
RGB
CMYK
RGB Variations
Color information
#A27C08 (or 0xA27C08) is known color: Dark Goldenrod. HEX triplet: A2, 7C and 08. RGB value is (162,124,8). Sum of RGB (Red+Green+Blue) = 162+124+8=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C08 is #5D83F7. Grayscale: #7A7A7A. Windows color (decimal): -6128632 or 556194. OLE color: 556194.
HSL color Cylindrical-coordinate representation of color #A27C08: hue angle of 45.19º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A27C08 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 8 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.36 |
| HSL | 45.19º | 0.91% | 0.33% | - |
| HSV(B) | 45.19º | 0.95% | 0.64% | - |
| XYZ | 22.15 | 22.11 | 3.33 | - |
| YUV | 122.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 8 | 0 | 0.23 | 0.95 | 0.36 | 45.19 | 0.91 | 0.33 |
| Hex | A2 | 7C | 8 | 0 | 17 | 5F | 24 | 2D | 5B | 21 |
| Octal | 242 | 174 | 10 | 0 | 27 | 137 | 44 | 55 | 133 | 41 |
| Binary | 10100010 | 1111100 | 1000 | 0 | 10111 | 1011111 | 100100 | 101101 | 1011011 | 100001 |
Color Harmonies of #A27C08
Complementary color
Monochromatic Colors of #A27C08
Black with #A27C08
Text Example
Text Example
White with #A27C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C08; }
p { color: rgb(162,124,8); }
H1.HeaderClassName
{
color: #A27C08;
}
.AnyTagClassName
{
color: #A27C08;
}
</style>
background-color css
<style>
a { background-color: #A27C08; }
a { background-color: rgb(162,124,8); }
div.DivClassName
{
background-color: #A27C08;
}
.BgClassName
{
background-color: #A27C08;
}
</style>
border-color css
<style>
span { border-color: #A27C08; }
span { border-color: rgb(162,124,8); }
td.TdClassName
{
border-color: #A27C08;
}
.TagClassName
{
border-color: #A27C08;
}
</style>