Shades of Dark Goldenrod #A67502
Tints of Dark Goldenrod #A67502
RGB
CMYK
RGB Variations
Color information
#A67502 (or 0xA67502) is known color: Dark Goldenrod. HEX triplet: A6, 75 and 02. RGB value is (166,117,2). Sum of RGB (Red+Green+Blue) = 166+117+2=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A67502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67502 is #598AFD. Grayscale: #777777. Windows color (decimal): -5868286 or 161190. OLE color: 161190.
HSL color Cylindrical-coordinate representation of color #A67502: hue angle of 42.07º 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 #A67502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.35 |
| HSL | 42.07º | 0.98% | 0.33% | - |
| HSV(B) | 42.07º | 0.99% | 0.65% | - |
| XYZ | 22.1 | 20.83 | 2.91 | - |
| YUV | 118.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 2 | 0 | 0.30 | 0.99 | 0.35 | 42.07 | 0.98 | 0.33 |
| Hex | A6 | 75 | 2 | 0 | 1E | 63 | 23 | 2A | 62 | 21 |
| Octal | 246 | 165 | 2 | 0 | 36 | 143 | 43 | 52 | 142 | 41 |
| Binary | 10100110 | 1110101 | 10 | 0 | 11110 | 1100011 | 100011 | 101010 | 1100010 | 100001 |
Color Harmonies of #A67502
Complementary color
Monochromatic Colors of #A67502
Black with #A67502
Text Example
Text Example
White with #A67502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67502; }
p { color: rgb(166,117,2); }
H1.HeaderClassName
{
color: #A67502;
}
.AnyTagClassName
{
color: #A67502;
}
</style>
background-color css
<style>
a { background-color: #A67502; }
a { background-color: rgb(166,117,2); }
div.DivClassName
{
background-color: #A67502;
}
.BgClassName
{
background-color: #A67502;
}
</style>
border-color css
<style>
span { border-color: #A67502; }
span { border-color: rgb(166,117,2); }
td.TdClassName
{
border-color: #A67502;
}
.TagClassName
{
border-color: #A67502;
}
</style>