Shades of Dark Goldenrod #AB8105
Tints of Dark Goldenrod #AB8105
RGB
CMYK
RGB Variations
Color information
#AB8105 (or 0xAB8105) is known color: Dark Goldenrod. HEX triplet: AB, 81 and 05. RGB value is (171,129,5). Sum of RGB (Red+Green+Blue) = 171+129+5=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8105 is #547EFA. Grayscale: #7F7F7F. Windows color (decimal): -5537531 or 360875. OLE color: 360875.
HSL color Cylindrical-coordinate representation of color #AB8105: hue angle of 44.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB8105 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.33 |
| HSL | 44.82º | 0.94% | 0.35% | - |
| HSV(B) | 44.82º | 0.97% | 0.67% | - |
| XYZ | 24.67 | 24.37 | 3.55 | - |
| YUV | 127.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 5 | 0 | 0.25 | 0.97 | 0.33 | 44.82 | 0.94 | 0.35 |
| Hex | AB | 81 | 5 | 0 | 19 | 61 | 21 | 2D | 5E | 23 |
| Octal | 253 | 201 | 5 | 0 | 31 | 141 | 41 | 55 | 136 | 43 |
| Binary | 10101011 | 10000001 | 101 | 0 | 11001 | 1100001 | 100001 | 101101 | 1011110 | 100011 |
Color Harmonies of #AB8105
Complementary color
Monochromatic Colors of #AB8105
Black with #AB8105
Text Example
Text Example
White with #AB8105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8105; }
p { color: rgb(171,129,5); }
H1.HeaderClassName
{
color: #AB8105;
}
.AnyTagClassName
{
color: #AB8105;
}
</style>
background-color css
<style>
a { background-color: #AB8105; }
a { background-color: rgb(171,129,5); }
div.DivClassName
{
background-color: #AB8105;
}
.BgClassName
{
background-color: #AB8105;
}
</style>
border-color css
<style>
span { border-color: #AB8105; }
span { border-color: rgb(171,129,5); }
td.TdClassName
{
border-color: #AB8105;
}
.TagClassName
{
border-color: #AB8105;
}
</style>