Shades of Dark Goldenrod #A47802
Tints of Dark Goldenrod #A47802
RGB
CMYK
RGB Variations
Color information
#A47802 (or 0xA47802) is known color: Dark Goldenrod. HEX triplet: A4, 78 and 02. RGB value is (164,120,2). Sum of RGB (Red+Green+Blue) = 164+120+2=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A47802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47802 is #5B87FD. Grayscale: #787878. Windows color (decimal): -5998590 or 161956. OLE color: 161956.
HSL color Cylindrical-coordinate representation of color #A47802: hue angle of 43.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A47802 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.36 |
| HSL | 43.7º | 0.98% | 0.33% | - |
| HSV(B) | 43.7º | 0.99% | 0.64% | - |
| XYZ | 22.04 | 21.33 | 3.01 | - |
| YUV | 119.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 2 | 0 | 0.27 | 0.99 | 0.36 | 43.7 | 0.98 | 0.33 |
| Hex | A4 | 78 | 2 | 0 | 1B | 63 | 24 | 2C | 62 | 21 |
| Octal | 244 | 170 | 2 | 0 | 33 | 143 | 44 | 54 | 142 | 41 |
| Binary | 10100100 | 1111000 | 10 | 0 | 11011 | 1100011 | 100100 | 101100 | 1100010 | 100001 |
Color Harmonies of #A47802
Complementary color
Monochromatic Colors of #A47802
Black with #A47802
Text Example
Text Example
White with #A47802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47802; }
p { color: rgb(164,120,2); }
H1.HeaderClassName
{
color: #A47802;
}
.AnyTagClassName
{
color: #A47802;
}
</style>
background-color css
<style>
a { background-color: #A47802; }
a { background-color: rgb(164,120,2); }
div.DivClassName
{
background-color: #A47802;
}
.BgClassName
{
background-color: #A47802;
}
</style>
border-color css
<style>
span { border-color: #A47802; }
span { border-color: rgb(164,120,2); }
td.TdClassName
{
border-color: #A47802;
}
.TagClassName
{
border-color: #A47802;
}
</style>