Shades of Dark Goldenrod #AD8802
Tints of Dark Goldenrod #AD8802
RGB
CMYK
RGB Variations
Color information
#AD8802 (or 0xAD8802) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 02. RGB value is (173,136,2). Sum of RGB (Red+Green+Blue) = 173+136+2=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8802 is #5277FD. Grayscale: #848484. Windows color (decimal): -5404670 or 166061. OLE color: 166061.
HSL color Cylindrical-coordinate representation of color #AD8802: hue angle of 47.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD8802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.32 |
| HSL | 47.02º | 0.98% | 0.34% | - |
| HSV(B) | 47.02º | 0.99% | 0.68% | - |
| XYZ | 26.05 | 26.5 | 3.8 | - |
| YUV | 131.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 2 | 0 | 0.21 | 0.99 | 0.32 | 47.02 | 0.98 | 0.34 |
| Hex | AD | 88 | 2 | 0 | 15 | 63 | 20 | 2F | 62 | 22 |
| Octal | 255 | 210 | 2 | 0 | 25 | 143 | 40 | 57 | 142 | 42 |
| Binary | 10101101 | 10001000 | 10 | 0 | 10101 | 1100011 | 100000 | 101111 | 1100010 | 100010 |
Color Harmonies of #AD8802
Complementary color
Monochromatic Colors of #AD8802
Black with #AD8802
Text Example
Text Example
White with #AD8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8802; }
p { color: rgb(173,136,2); }
H1.HeaderClassName
{
color: #AD8802;
}
.AnyTagClassName
{
color: #AD8802;
}
</style>
background-color css
<style>
a { background-color: #AD8802; }
a { background-color: rgb(173,136,2); }
div.DivClassName
{
background-color: #AD8802;
}
.BgClassName
{
background-color: #AD8802;
}
</style>
border-color css
<style>
span { border-color: #AD8802; }
span { border-color: rgb(173,136,2); }
td.TdClassName
{
border-color: #AD8802;
}
.TagClassName
{
border-color: #AD8802;
}
</style>