Shades of Dark Goldenrod #A5800C
Tints of Dark Goldenrod #A5800C
RGB
CMYK
RGB Variations
Color information
#A5800C (or 0xA5800C) is known color: Dark Goldenrod. HEX triplet: A5, 80 and 0C. RGB value is (165,128,12). Sum of RGB (Red+Green+Blue) = 165+128+12=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5800C is #5A7FF3. Grayscale: #7E7E7E. Windows color (decimal): -5930996 or 819365. OLE color: 819365.
HSL color Cylindrical-coordinate representation of color #A5800C: hue angle of 45.49º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5800C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 12 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.35 |
| HSL | 45.49º | 0.86% | 0.35% | - |
| HSV(B) | 45.49º | 0.93% | 0.65% | - |
| XYZ | 23.3 | 23.46 | 3.65 | - |
| YUV | 125.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 12 | 0 | 0.22 | 0.93 | 0.35 | 45.49 | 0.86 | 0.35 |
| Hex | A5 | 80 | C | 0 | 16 | 5D | 23 | 2D | 56 | 23 |
| Octal | 245 | 200 | 14 | 0 | 26 | 135 | 43 | 55 | 126 | 43 |
| Binary | 10100101 | 10000000 | 1100 | 0 | 10110 | 1011101 | 100011 | 101101 | 1010110 | 100011 |
Color Harmonies of #A5800C
Complementary color
Monochromatic Colors of #A5800C
Black with #A5800C
Text Example
Text Example
White with #A5800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5800C; }
p { color: rgb(165,128,12); }
H1.HeaderClassName
{
color: #A5800C;
}
.AnyTagClassName
{
color: #A5800C;
}
</style>
background-color css
<style>
a { background-color: #A5800C; }
a { background-color: rgb(165,128,12); }
div.DivClassName
{
background-color: #A5800C;
}
.BgClassName
{
background-color: #A5800C;
}
</style>
border-color css
<style>
span { border-color: #A5800C; }
span { border-color: rgb(165,128,12); }
td.TdClassName
{
border-color: #A5800C;
}
.TagClassName
{
border-color: #A5800C;
}
</style>