Shades of Dark Goldenrod #AB8300
Tints of Dark Goldenrod #AB8300
RGB
CMYK
RGB Variations
Color information
#AB8300 (or 0xAB8300) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 00. RGB value is (171,131,0). Sum of RGB (Red+Green+Blue) = 171+131+0=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8300 is #547CFF. Grayscale: #808080. Windows color (decimal): -5537024 or 33707. OLE color: 33707.
HSL color Cylindrical-coordinate representation of color #AB8300: hue angle of 45.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB8300 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.33 |
| HSL | 45.96º | 1% | 0.34% | - |
| HSV(B) | 45.96º | 1% | 0.67% | - |
| XYZ | 24.91 | 24.89 | 3.49 | - |
| YUV | 128.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 0 | 0 | 0.23 | 1 | 0.33 | 45.96 | 1 | 0.34 |
| Hex | AB | 83 | 0 | 0 | 17 | 64 | 21 | 2E | 64 | 22 |
| Octal | 253 | 203 | 0 | 0 | 27 | 144 | 41 | 56 | 144 | 42 |
| Binary | 10101011 | 10000011 | 0 | 0 | 10111 | 1100100 | 100001 | 101110 | 1100100 | 100010 |
Color Harmonies of #AB8300
Complementary color
Monochromatic Colors of #AB8300
Black with #AB8300
Text Example
Text Example
White with #AB8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8300; }
p { color: rgb(171,131,0); }
H1.HeaderClassName
{
color: #AB8300;
}
.AnyTagClassName
{
color: #AB8300;
}
</style>
background-color css
<style>
a { background-color: #AB8300; }
a { background-color: rgb(171,131,0); }
div.DivClassName
{
background-color: #AB8300;
}
.BgClassName
{
background-color: #AB8300;
}
</style>
border-color css
<style>
span { border-color: #AB8300; }
span { border-color: rgb(171,131,0); }
td.TdClassName
{
border-color: #AB8300;
}
.TagClassName
{
border-color: #AB8300;
}
</style>