Shades of Dark Goldenrod #AB830A
Tints of Dark Goldenrod #AB830A
RGB
CMYK
RGB Variations
Color information
#AB830A (or 0xAB830A) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 0A. RGB value is (171,131,10). Sum of RGB (Red+Green+Blue) = 171+131+10=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB830A is #547CF5. Grayscale: #818181. Windows color (decimal): -5537014 or 689067. OLE color: 689067.
HSL color Cylindrical-coordinate representation of color #AB830A: hue angle of 45.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB830A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.33 |
| HSL | 45.09º | 0.89% | 0.35% | - |
| HSV(B) | 45.09º | 0.94% | 0.67% | - |
| XYZ | 24.97 | 24.91 | 3.78 | - |
| YUV | 129.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 10 | 0 | 0.23 | 0.94 | 0.33 | 45.09 | 0.89 | 0.35 |
| Hex | AB | 83 | A | 0 | 17 | 5E | 21 | 2D | 59 | 23 |
| Octal | 253 | 203 | 12 | 0 | 27 | 136 | 41 | 55 | 131 | 43 |
| Binary | 10101011 | 10000011 | 1010 | 0 | 10111 | 1011110 | 100001 | 101101 | 1011001 | 100011 |
Color Harmonies of #AB830A
Complementary color
Monochromatic Colors of #AB830A
Black with #AB830A
Text Example
Text Example
White with #AB830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB830A; }
p { color: rgb(171,131,10); }
H1.HeaderClassName
{
color: #AB830A;
}
.AnyTagClassName
{
color: #AB830A;
}
</style>
background-color css
<style>
a { background-color: #AB830A; }
a { background-color: rgb(171,131,10); }
div.DivClassName
{
background-color: #AB830A;
}
.BgClassName
{
background-color: #AB830A;
}
</style>
border-color css
<style>
span { border-color: #AB830A; }
span { border-color: rgb(171,131,10); }
td.TdClassName
{
border-color: #AB830A;
}
.TagClassName
{
border-color: #AB830A;
}
</style>