Shades of Dark Goldenrod #A38102
Tints of Dark Goldenrod #A38102
RGB
CMYK
RGB Variations
Color information
#A38102 (or 0xA38102) is known color: Dark Goldenrod. HEX triplet: A3, 81 and 02. RGB value is (163,129,2). Sum of RGB (Red+Green+Blue) = 163+129+2=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A38102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38102 is #5C7EFD. Grayscale: #7D7D7D. Windows color (decimal): -6061822 or 164259. OLE color: 164259.
HSL color Cylindrical-coordinate representation of color #A38102: hue angle of 47.33º 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 #A38102 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.36 |
| HSL | 47.33º | 0.98% | 0.32% | - |
| HSV(B) | 47.33º | 0.99% | 0.64% | - |
| XYZ | 22.97 | 23.49 | 3.38 | - |
| YUV | 124.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 2 | 0 | 0.21 | 0.99 | 0.36 | 47.33 | 0.98 | 0.32 |
| Hex | A3 | 81 | 2 | 0 | 15 | 63 | 24 | 2F | 62 | 20 |
| Octal | 243 | 201 | 2 | 0 | 25 | 143 | 44 | 57 | 142 | 40 |
| Binary | 10100011 | 10000001 | 10 | 0 | 10101 | 1100011 | 100100 | 101111 | 1100010 | 100000 |
Color Harmonies of #A38102
Complementary color
Monochromatic Colors of #A38102
Black with #A38102
Text Example
Text Example
White with #A38102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38102; }
p { color: rgb(163,129,2); }
H1.HeaderClassName
{
color: #A38102;
}
.AnyTagClassName
{
color: #A38102;
}
</style>
background-color css
<style>
a { background-color: #A38102; }
a { background-color: rgb(163,129,2); }
div.DivClassName
{
background-color: #A38102;
}
.BgClassName
{
background-color: #A38102;
}
</style>
border-color css
<style>
span { border-color: #A38102; }
span { border-color: rgb(163,129,2); }
td.TdClassName
{
border-color: #A38102;
}
.TagClassName
{
border-color: #A38102;
}
</style>