Shades of Dark Goldenrod #AB830D
Tints of Dark Goldenrod #AB830D
RGB
CMYK
RGB Variations
Color information
#AB830D (or 0xAB830D) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 0D. RGB value is (171,131,13). Sum of RGB (Red+Green+Blue) = 171+131+13=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB830D is #547CF2. Grayscale: #828282. Windows color (decimal): -5537011 or 885675. OLE color: 885675.
HSL color Cylindrical-coordinate representation of color #AB830D: hue angle of 44.81º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB830D is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 13 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.33 |
| HSL | 44.81º | 0.86% | 0.36% | - |
| HSV(B) | 44.81º | 0.92% | 0.67% | - |
| XYZ | 24.98 | 24.92 | 3.87 | - |
| YUV | 129.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 13 | 0 | 0.23 | 0.92 | 0.33 | 44.81 | 0.86 | 0.36 |
| Hex | AB | 83 | D | 0 | 17 | 5C | 21 | 2D | 56 | 24 |
| Octal | 253 | 203 | 15 | 0 | 27 | 134 | 41 | 55 | 126 | 44 |
| Binary | 10101011 | 10000011 | 1101 | 0 | 10111 | 1011100 | 100001 | 101101 | 1010110 | 100100 |
Color Harmonies of #AB830D
Complementary color
Monochromatic Colors of #AB830D
Black with #AB830D
Text Example
Text Example
White with #AB830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB830D; }
p { color: rgb(171,131,13); }
H1.HeaderClassName
{
color: #AB830D;
}
.AnyTagClassName
{
color: #AB830D;
}
</style>
background-color css
<style>
a { background-color: #AB830D; }
a { background-color: rgb(171,131,13); }
div.DivClassName
{
background-color: #AB830D;
}
.BgClassName
{
background-color: #AB830D;
}
</style>
border-color css
<style>
span { border-color: #AB830D; }
span { border-color: rgb(171,131,13); }
td.TdClassName
{
border-color: #AB830D;
}
.TagClassName
{
border-color: #AB830D;
}
</style>