Shades of Dark Goldenrod #AD750B
Tints of Dark Goldenrod #AD750B
RGB
CMYK
RGB Variations
Color information
#AD750B (or 0xAD750B) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 0B. RGB value is (173,117,11). Sum of RGB (Red+Green+Blue) = 173+117+11=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD750B is #528AF4. Grayscale: #7A7A7A. Windows color (decimal): -5409525 or 751021. OLE color: 751021.
HSL color Cylindrical-coordinate representation of color #AD750B: hue angle of 39.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD750B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.32 |
| HSL | 39.26º | 0.88% | 0.36% | - |
| HSV(B) | 39.26º | 0.94% | 0.68% | - |
| XYZ | 23.66 | 21.63 | 3.25 | - |
| YUV | 121.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 11 | 0 | 0.32 | 0.94 | 0.32 | 39.26 | 0.88 | 0.36 |
| Hex | AD | 75 | B | 0 | 20 | 5E | 20 | 27 | 58 | 24 |
| Octal | 255 | 165 | 13 | 0 | 40 | 136 | 40 | 47 | 130 | 44 |
| Binary | 10101101 | 1110101 | 1011 | 0 | 100000 | 1011110 | 100000 | 100111 | 1011000 | 100100 |
Color Harmonies of #AD750B
Complementary color
Monochromatic Colors of #AD750B
Black with #AD750B
Text Example
Text Example
White with #AD750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD750B; }
p { color: rgb(173,117,11); }
H1.HeaderClassName
{
color: #AD750B;
}
.AnyTagClassName
{
color: #AD750B;
}
</style>
background-color css
<style>
a { background-color: #AD750B; }
a { background-color: rgb(173,117,11); }
div.DivClassName
{
background-color: #AD750B;
}
.BgClassName
{
background-color: #AD750B;
}
</style>
border-color css
<style>
span { border-color: #AD750B; }
span { border-color: rgb(173,117,11); }
td.TdClassName
{
border-color: #AD750B;
}
.TagClassName
{
border-color: #AD750B;
}
</style>