Shades of Dark Goldenrod #A67702
Tints of Dark Goldenrod #A67702
RGB
CMYK
RGB Variations
Color information
#A67702 (or 0xA67702) is known color: Dark Goldenrod. HEX triplet: A6, 77 and 02. RGB value is (166,119,2). Sum of RGB (Red+Green+Blue) = 166+119+2=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A67702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67702 is #5988FD. Grayscale: #787878. Windows color (decimal): -5867774 or 161702. OLE color: 161702.
HSL color Cylindrical-coordinate representation of color #A67702: hue angle of 42.8º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A67702 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.35 |
| HSL | 42.8º | 0.98% | 0.33% | - |
| HSV(B) | 42.8º | 0.99% | 0.65% | - |
| XYZ | 22.33 | 21.31 | 2.99 | - |
| YUV | 119.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 2 | 0 | 0.28 | 0.99 | 0.35 | 42.8 | 0.98 | 0.33 |
| Hex | A6 | 77 | 2 | 0 | 1C | 63 | 23 | 2B | 62 | 21 |
| Octal | 246 | 167 | 2 | 0 | 34 | 143 | 43 | 53 | 142 | 41 |
| Binary | 10100110 | 1110111 | 10 | 0 | 11100 | 1100011 | 100011 | 101011 | 1100010 | 100001 |
Color Harmonies of #A67702
Complementary color
Monochromatic Colors of #A67702
Black with #A67702
Text Example
Text Example
White with #A67702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67702; }
p { color: rgb(166,119,2); }
H1.HeaderClassName
{
color: #A67702;
}
.AnyTagClassName
{
color: #A67702;
}
</style>
background-color css
<style>
a { background-color: #A67702; }
a { background-color: rgb(166,119,2); }
div.DivClassName
{
background-color: #A67702;
}
.BgClassName
{
background-color: #A67702;
}
</style>
border-color css
<style>
span { border-color: #A67702; }
span { border-color: rgb(166,119,2); }
td.TdClassName
{
border-color: #A67702;
}
.TagClassName
{
border-color: #A67702;
}
</style>