Shades of Dark Goldenrod #A48C01
Tints of Dark Goldenrod #A48C01
RGB
CMYK
RGB Variations
Color information
#A48C01 (or 0xA48C01) is known color: Dark Goldenrod. HEX triplet: A4, 8C and 01. RGB value is (164,140,1). Sum of RGB (Red+Green+Blue) = 164+140+1=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C01 is #5B73FE. Grayscale: #838383. Windows color (decimal): -5993471 or 101540. OLE color: 101540.
HSL color Cylindrical-coordinate representation of color #A48C01: hue angle of 51.17º 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 #A48C01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.36 |
| HSL | 51.17º | 0.99% | 0.32% | - |
| HSV(B) | 51.17º | 0.99% | 0.64% | - |
| XYZ | 24.69 | 26.65 | 3.87 | - |
| YUV | 131.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 1 | 0 | 0.15 | 0.99 | 0.36 | 51.17 | 0.99 | 0.32 |
| Hex | A4 | 8C | 1 | 0 | F | 63 | 24 | 33 | 63 | 20 |
| Octal | 244 | 214 | 1 | 0 | 17 | 143 | 44 | 63 | 143 | 40 |
| Binary | 10100100 | 10001100 | 1 | 0 | 1111 | 1100011 | 100100 | 110011 | 1100011 | 100000 |
Color Harmonies of #A48C01
Complementary color
Monochromatic Colors of #A48C01
Black with #A48C01
Text Example
Text Example
White with #A48C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C01; }
p { color: rgb(164,140,1); }
H1.HeaderClassName
{
color: #A48C01;
}
.AnyTagClassName
{
color: #A48C01;
}
</style>
background-color css
<style>
a { background-color: #A48C01; }
a { background-color: rgb(164,140,1); }
div.DivClassName
{
background-color: #A48C01;
}
.BgClassName
{
background-color: #A48C01;
}
</style>
border-color css
<style>
span { border-color: #A48C01; }
span { border-color: rgb(164,140,1); }
td.TdClassName
{
border-color: #A48C01;
}
.TagClassName
{
border-color: #A48C01;
}
</style>