Shades of Dark Goldenrod #A68302
Tints of Dark Goldenrod #A68302
RGB
CMYK
RGB Variations
Color information
#A68302 (or 0xA68302) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 02. RGB value is (166,131,2). Sum of RGB (Red+Green+Blue) = 166+131+2=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A68302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68302 is #597CFD. Grayscale: #7F7F7F. Windows color (decimal): -5864702 or 164774. OLE color: 164774.
HSL color Cylindrical-coordinate representation of color #A68302: hue angle of 47.2º 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 #A68302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.35 |
| HSL | 47.2º | 0.98% | 0.33% | - |
| HSV(B) | 47.2º | 0.99% | 0.65% | - |
| XYZ | 23.85 | 24.34 | 3.5 | - |
| YUV | 126.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 2 | 0 | 0.21 | 0.99 | 0.35 | 47.2 | 0.98 | 0.33 |
| Hex | A6 | 83 | 2 | 0 | 15 | 63 | 23 | 2F | 62 | 21 |
| Octal | 246 | 203 | 2 | 0 | 25 | 143 | 43 | 57 | 142 | 41 |
| Binary | 10100110 | 10000011 | 10 | 0 | 10101 | 1100011 | 100011 | 101111 | 1100010 | 100001 |
Color Harmonies of #A68302
Complementary color
Monochromatic Colors of #A68302
Black with #A68302
Text Example
Text Example
White with #A68302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68302; }
p { color: rgb(166,131,2); }
H1.HeaderClassName
{
color: #A68302;
}
.AnyTagClassName
{
color: #A68302;
}
</style>
background-color css
<style>
a { background-color: #A68302; }
a { background-color: rgb(166,131,2); }
div.DivClassName
{
background-color: #A68302;
}
.BgClassName
{
background-color: #A68302;
}
</style>
border-color css
<style>
span { border-color: #A68302; }
span { border-color: rgb(166,131,2); }
td.TdClassName
{
border-color: #A68302;
}
.TagClassName
{
border-color: #A68302;
}
</style>