Shades of Dark Goldenrod #AB7808
Tints of Dark Goldenrod #AB7808
RGB
CMYK
RGB Variations
Color information
#AB7808 (or 0xAB7808) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 08. RGB value is (171,120,8). Sum of RGB (Red+Green+Blue) = 171+120+8=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7808 is #5487F7. Grayscale: #7A7A7A. Windows color (decimal): -5539832 or 555179. OLE color: 555179.
HSL color Cylindrical-coordinate representation of color #AB7808: hue angle of 41.23º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB7808 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.33 |
| HSL | 41.23º | 0.91% | 0.35% | - |
| HSV(B) | 41.23º | 0.95% | 0.67% | - |
| XYZ | 23.55 | 22.11 | 3.26 | - |
| YUV | 122.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 8 | 0 | 0.30 | 0.95 | 0.33 | 41.23 | 0.91 | 0.35 |
| Hex | AB | 78 | 8 | 0 | 1E | 5F | 21 | 29 | 5B | 23 |
| Octal | 253 | 170 | 10 | 0 | 36 | 137 | 41 | 51 | 133 | 43 |
| Binary | 10101011 | 1111000 | 1000 | 0 | 11110 | 1011111 | 100001 | 101001 | 1011011 | 100011 |
Color Harmonies of #AB7808
Complementary color
Monochromatic Colors of #AB7808
Black with #AB7808
Text Example
Text Example
White with #AB7808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7808; }
p { color: rgb(171,120,8); }
H1.HeaderClassName
{
color: #AB7808;
}
.AnyTagClassName
{
color: #AB7808;
}
</style>
background-color css
<style>
a { background-color: #AB7808; }
a { background-color: rgb(171,120,8); }
div.DivClassName
{
background-color: #AB7808;
}
.BgClassName
{
background-color: #AB7808;
}
</style>
border-color css
<style>
span { border-color: #AB7808; }
span { border-color: rgb(171,120,8); }
td.TdClassName
{
border-color: #AB7808;
}
.TagClassName
{
border-color: #AB7808;
}
</style>