Shades of Dark Goldenrod #A38702
Tints of Dark Goldenrod #A38702
RGB
CMYK
RGB Variations
Color information
#A38702 (or 0xA38702) is known color: Dark Goldenrod. HEX triplet: A3, 87 and 02. RGB value is (163,135,2). Sum of RGB (Red+Green+Blue) = 163+135+2=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A38702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38702 is #5C78FD. Grayscale: #808080. Windows color (decimal): -6060286 or 165795. OLE color: 165795.
HSL color Cylindrical-coordinate representation of color #A38702: hue angle of 49.57º degrees, saturation: 0.98, 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 #A38702 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 135 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.36 |
| HSL | 49.57º | 0.98% | 0.32% | - |
| HSV(B) | 49.57º | 0.99% | 0.64% | - |
| XYZ | 23.78 | 25.12 | 3.65 | - |
| YUV | 128.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 2 | 0 | 0.17 | 0.99 | 0.36 | 49.57 | 0.98 | 0.32 |
| Hex | A3 | 87 | 2 | 0 | 11 | 63 | 24 | 32 | 62 | 20 |
| Octal | 243 | 207 | 2 | 0 | 21 | 143 | 44 | 62 | 142 | 40 |
| Binary | 10100011 | 10000111 | 10 | 0 | 10001 | 1100011 | 100100 | 110010 | 1100010 | 100000 |
Color Harmonies of #A38702
Complementary color
Monochromatic Colors of #A38702
Black with #A38702
Text Example
Text Example
White with #A38702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38702; }
p { color: rgb(163,135,2); }
H1.HeaderClassName
{
color: #A38702;
}
.AnyTagClassName
{
color: #A38702;
}
</style>
background-color css
<style>
a { background-color: #A38702; }
a { background-color: rgb(163,135,2); }
div.DivClassName
{
background-color: #A38702;
}
.BgClassName
{
background-color: #A38702;
}
</style>
border-color css
<style>
span { border-color: #A38702; }
span { border-color: rgb(163,135,2); }
td.TdClassName
{
border-color: #A38702;
}
.TagClassName
{
border-color: #A38702;
}
</style>