Shades of Dark Goldenrod #A38A00
Tints of Dark Goldenrod #A38A00
RGB
CMYK
RGB Variations
Color information
#A38A00 (or 0xA38A00) is known color: Dark Goldenrod. HEX triplet: A3, 8A and 00. RGB value is (163,138,0). Sum of RGB (Red+Green+Blue) = 163+138+0=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A00 is #5C75FF. Grayscale: #828282. Windows color (decimal): -6059520 or 35491. OLE color: 35491.
HSL color Cylindrical-coordinate representation of color #A38A00: hue angle of 50.8º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A38A00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 138 | 0 | - |
CMYK | 0 | 0.15 | 1 | 0.36 |
HSL | 50.8º | 1% | 0.32% | - |
HSV(B) | 50.8º | 1% | 0.64% | - |
XYZ | 24.19 | 25.96 | 3.74 | - |
YUV | 129.74 | 54.78 | 151.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 138 | 0 | 0 | 0.15 | 1 | 0.36 | 50.8 | 1 | 0.32 |
Hex | A3 | 8A | 0 | 0 | F | 64 | 24 | 33 | 64 | 20 |
Octal | 243 | 212 | 0 | 0 | 17 | 144 | 44 | 63 | 144 | 40 |
Binary | 10100011 | 10001010 | 0 | 0 | 1111 | 1100100 | 100100 | 110011 | 1100100 | 100000 |
Color Harmonies of #A38A00
Complementary color
Monochromatic Colors of #A38A00
Black with #A38A00
Text Example
Text Example
White with #A38A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A00; }
p { color: rgb(163,138,0); }
H1.HeaderClassName
{
color: #A38A00;
}
.AnyTagClassName
{
color: #A38A00;
}
</style>
background-color css
<style>
a { background-color: #A38A00; }
a { background-color: rgb(163,138,0); }
div.DivClassName
{
background-color: #A38A00;
}
.BgClassName
{
background-color: #A38A00;
}
</style>
border-color css
<style>
span { border-color: #A38A00; }
span { border-color: rgb(163,138,0); }
td.TdClassName
{
border-color: #A38A00;
}
.TagClassName
{
border-color: #A38A00;
}
</style>