Shades of Dark Goldenrod #AD8A10
Tints of Dark Goldenrod #AD8A10
RGB
CMYK
RGB Variations
Color information
#AD8A10 (or 0xAD8A10) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 10. RGB value is (173,138,16). Sum of RGB (Red+Green+Blue) = 173+138+16=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A10 is #5275EF. Grayscale: #878787. Windows color (decimal): -5404144 or 1084077. OLE color: 1084077.
HSL color Cylindrical-coordinate representation of color #AD8A10: hue angle of 46.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD8A10 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 16 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.32 |
| HSL | 46.62º | 0.83% | 0.37% | - |
| HSV(B) | 46.62º | 0.91% | 0.68% | - |
| XYZ | 26.42 | 27.1 | 4.33 | - |
| YUV | 134.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 16 | 0 | 0.20 | 0.91 | 0.32 | 46.62 | 0.83 | 0.37 |
| Hex | AD | 8A | 10 | 0 | 14 | 5B | 20 | 2F | 53 | 25 |
| Octal | 255 | 212 | 20 | 0 | 24 | 133 | 40 | 57 | 123 | 45 |
| Binary | 10101101 | 10001010 | 10000 | 0 | 10100 | 1011011 | 100000 | 101111 | 1010011 | 100101 |
Color Harmonies of #AD8A10
Complementary color
Monochromatic Colors of #AD8A10
Black with #AD8A10
Text Example
Text Example
White with #AD8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A10; }
p { color: rgb(173,138,16); }
H1.HeaderClassName
{
color: #AD8A10;
}
.AnyTagClassName
{
color: #AD8A10;
}
</style>
background-color css
<style>
a { background-color: #AD8A10; }
a { background-color: rgb(173,138,16); }
div.DivClassName
{
background-color: #AD8A10;
}
.BgClassName
{
background-color: #AD8A10;
}
</style>
border-color css
<style>
span { border-color: #AD8A10; }
span { border-color: rgb(173,138,16); }
td.TdClassName
{
border-color: #AD8A10;
}
.TagClassName
{
border-color: #AD8A10;
}
</style>