Shades of Dark Goldenrod #A48701
Tints of Dark Goldenrod #A48701
RGB
CMYK
RGB Variations
Color information
#A48701 (or 0xA48701) is known color: Dark Goldenrod. HEX triplet: A4, 87 and 01. RGB value is (164,135,1). Sum of RGB (Red+Green+Blue) = 164+135+1=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A48701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48701 is #5B78FE. Grayscale: #808080. Windows color (decimal): -5994751 or 100260. OLE color: 100260.
HSL color Cylindrical-coordinate representation of color #A48701: hue angle of 49.33º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A48701 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.36 |
| HSL | 49.33º | 0.99% | 0.32% | - |
| HSV(B) | 49.33º | 0.99% | 0.64% | - |
| XYZ | 23.98 | 25.22 | 3.63 | - |
| YUV | 128.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 1 | 0 | 0.18 | 0.99 | 0.36 | 49.33 | 0.99 | 0.32 |
| Hex | A4 | 87 | 1 | 0 | 12 | 63 | 24 | 31 | 63 | 20 |
| Octal | 244 | 207 | 1 | 0 | 22 | 143 | 44 | 61 | 143 | 40 |
| Binary | 10100100 | 10000111 | 1 | 0 | 10010 | 1100011 | 100100 | 110001 | 1100011 | 100000 |
Color Harmonies of #A48701
Complementary color
Monochromatic Colors of #A48701
Black with #A48701
Text Example
Text Example
White with #A48701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48701; }
p { color: rgb(164,135,1); }
H1.HeaderClassName
{
color: #A48701;
}
.AnyTagClassName
{
color: #A48701;
}
</style>
background-color css
<style>
a { background-color: #A48701; }
a { background-color: rgb(164,135,1); }
div.DivClassName
{
background-color: #A48701;
}
.BgClassName
{
background-color: #A48701;
}
</style>
border-color css
<style>
span { border-color: #A48701; }
span { border-color: rgb(164,135,1); }
td.TdClassName
{
border-color: #A48701;
}
.TagClassName
{
border-color: #A48701;
}
</style>