Shades of Dark Goldenrod #A38A04
Tints of Dark Goldenrod #A38A04
RGB
CMYK
RGB Variations
Color information
#A38A04 (or 0xA38A04) is known color: Dark Goldenrod. HEX triplet: A3, 8A and 04. RGB value is (163,138,4). Sum of RGB (Red+Green+Blue) = 163+138+4=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A04 is #5C75FB. Grayscale: #828282. Windows color (decimal): -6059516 or 297635. OLE color: 297635.
HSL color Cylindrical-coordinate representation of color #A38A04: hue angle of 50.57º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A38A04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.36 |
| HSL | 50.57º | 0.95% | 0.33% | - |
| HSV(B) | 50.57º | 0.98% | 0.64% | - |
| XYZ | 24.21 | 25.97 | 3.85 | - |
| YUV | 130.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 4 | 0 | 0.15 | 0.98 | 0.36 | 50.57 | 0.95 | 0.33 |
| Hex | A3 | 8A | 4 | 0 | F | 62 | 24 | 33 | 5F | 21 |
| Octal | 243 | 212 | 4 | 0 | 17 | 142 | 44 | 63 | 137 | 41 |
| Binary | 10100011 | 10001010 | 100 | 0 | 1111 | 1100010 | 100100 | 110011 | 1011111 | 100001 |
Color Harmonies of #A38A04
Complementary color
Monochromatic Colors of #A38A04
Black with #A38A04
Text Example
Text Example
White with #A38A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A04; }
p { color: rgb(163,138,4); }
H1.HeaderClassName
{
color: #A38A04;
}
.AnyTagClassName
{
color: #A38A04;
}
</style>
background-color css
<style>
a { background-color: #A38A04; }
a { background-color: rgb(163,138,4); }
div.DivClassName
{
background-color: #A38A04;
}
.BgClassName
{
background-color: #A38A04;
}
</style>
border-color css
<style>
span { border-color: #A38A04; }
span { border-color: rgb(163,138,4); }
td.TdClassName
{
border-color: #A38A04;
}
.TagClassName
{
border-color: #A38A04;
}
</style>