Shades of Dark Goldenrod #AD7B08
Tints of Dark Goldenrod #AD7B08
RGB
CMYK
RGB Variations
Color information
#AD7B08 (or 0xAD7B08) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 08. RGB value is (173,123,8). Sum of RGB (Red+Green+Blue) = 173+123+8=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B08 is #5284F7. Grayscale: #7D7D7D. Windows color (decimal): -5407992 or 555949. OLE color: 555949.
HSL color Cylindrical-coordinate representation of color #AD7B08: hue angle of 41.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7B08 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 123 | 8 | - |
CMYK | 0 | 0.29 | 0.95 | 0.32 |
HSL | 41.82º | 0.91% | 0.35% | - |
HSV(B) | 41.82º | 0.95% | 0.68% | - |
XYZ | 24.36 | 23.07 | 3.4 | - |
YUV | 124.84 | 62.07 | 162.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 123 | 8 | 0 | 0.29 | 0.95 | 0.32 | 41.82 | 0.91 | 0.35 |
Hex | AD | 7B | 8 | 0 | 1D | 5F | 20 | 2A | 5B | 23 |
Octal | 255 | 173 | 10 | 0 | 35 | 137 | 40 | 52 | 133 | 43 |
Binary | 10101101 | 1111011 | 1000 | 0 | 11101 | 1011111 | 100000 | 101010 | 1011011 | 100011 |
Color Harmonies of #AD7B08
Complementary color
Monochromatic Colors of #AD7B08
Black with #AD7B08
Text Example
Text Example
White with #AD7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B08; }
p { color: rgb(173,123,8); }
H1.HeaderClassName
{
color: #AD7B08;
}
.AnyTagClassName
{
color: #AD7B08;
}
</style>
background-color css
<style>
a { background-color: #AD7B08; }
a { background-color: rgb(173,123,8); }
div.DivClassName
{
background-color: #AD7B08;
}
.BgClassName
{
background-color: #AD7B08;
}
</style>
border-color css
<style>
span { border-color: #AD7B08; }
span { border-color: rgb(173,123,8); }
td.TdClassName
{
border-color: #AD7B08;
}
.TagClassName
{
border-color: #AD7B08;
}
</style>