Shades of Dark Goldenrod #A27D08
Tints of Dark Goldenrod #A27D08
RGB
CMYK
RGB Variations
Color information
#A27D08 (or 0xA27D08) is known color: Dark Goldenrod. HEX triplet: A2, 7D and 08. RGB value is (162,125,8). Sum of RGB (Red+Green+Blue) = 162+125+8=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27D08 is #5D82F7. Grayscale: #7B7B7B. Windows color (decimal): -6128376 or 556450. OLE color: 556450.
HSL color Cylindrical-coordinate representation of color #A27D08: hue angle of 45.58º 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 #A27D08 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 8 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.36 |
| HSL | 45.58º | 0.91% | 0.33% | - |
| HSV(B) | 45.58º | 0.95% | 0.64% | - |
| XYZ | 22.28 | 22.37 | 3.37 | - |
| YUV | 122.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 8 | 0 | 0.23 | 0.95 | 0.36 | 45.58 | 0.91 | 0.33 |
| Hex | A2 | 7D | 8 | 0 | 17 | 5F | 24 | 2E | 5B | 21 |
| Octal | 242 | 175 | 10 | 0 | 27 | 137 | 44 | 56 | 133 | 41 |
| Binary | 10100010 | 1111101 | 1000 | 0 | 10111 | 1011111 | 100100 | 101110 | 1011011 | 100001 |
Color Harmonies of #A27D08
Complementary color
Monochromatic Colors of #A27D08
Black with #A27D08
Text Example
Text Example
White with #A27D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D08; }
p { color: rgb(162,125,8); }
H1.HeaderClassName
{
color: #A27D08;
}
.AnyTagClassName
{
color: #A27D08;
}
</style>
background-color css
<style>
a { background-color: #A27D08; }
a { background-color: rgb(162,125,8); }
div.DivClassName
{
background-color: #A27D08;
}
.BgClassName
{
background-color: #A27D08;
}
</style>
border-color css
<style>
span { border-color: #A27D08; }
span { border-color: rgb(162,125,8); }
td.TdClassName
{
border-color: #A27D08;
}
.TagClassName
{
border-color: #A27D08;
}
</style>