Shades of Dark Goldenrod #A27E08
Tints of Dark Goldenrod #A27E08
RGB
CMYK
RGB Variations
Color information
#A27E08 (or 0xA27E08) is known color: Dark Goldenrod. HEX triplet: A2, 7E and 08. RGB value is (162,126,8). Sum of RGB (Red+Green+Blue) = 162+126+8=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E08 is #5D81F7. Grayscale: #7B7B7B. Windows color (decimal): -6128120 or 556706. OLE color: 556706.
HSL color Cylindrical-coordinate representation of color #A27E08: hue angle of 45.97º 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 #A27E08 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 8 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.36 |
| HSL | 45.97º | 0.91% | 0.33% | - |
| HSV(B) | 45.97º | 0.95% | 0.64% | - |
| XYZ | 22.4 | 22.62 | 3.42 | - |
| YUV | 123.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 8 | 0 | 0.22 | 0.95 | 0.36 | 45.97 | 0.91 | 0.33 |
| Hex | A2 | 7E | 8 | 0 | 16 | 5F | 24 | 2E | 5B | 21 |
| Octal | 242 | 176 | 10 | 0 | 26 | 137 | 44 | 56 | 133 | 41 |
| Binary | 10100010 | 1111110 | 1000 | 0 | 10110 | 1011111 | 100100 | 101110 | 1011011 | 100001 |
Color Harmonies of #A27E08
Complementary color
Monochromatic Colors of #A27E08
Black with #A27E08
Text Example
Text Example
White with #A27E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E08; }
p { color: rgb(162,126,8); }
H1.HeaderClassName
{
color: #A27E08;
}
.AnyTagClassName
{
color: #A27E08;
}
</style>
background-color css
<style>
a { background-color: #A27E08; }
a { background-color: rgb(162,126,8); }
div.DivClassName
{
background-color: #A27E08;
}
.BgClassName
{
background-color: #A27E08;
}
</style>
border-color css
<style>
span { border-color: #A27E08; }
span { border-color: rgb(162,126,8); }
td.TdClassName
{
border-color: #A27E08;
}
.TagClassName
{
border-color: #A27E08;
}
</style>