Shades of Reef Gold #AD8D34
Tints of Reef Gold #AD8D34
RGB
CMYK
RGB Variations
Color information
#AD8D34 (or 0xAD8D34) is known color: Reef Gold. HEX triplet: AD, 8D and 34. RGB value is (173,141,52). Sum of RGB (Red+Green+Blue) = 173+141+52=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D34 is #5272CB. Grayscale: #8C8C8C. Windows color (decimal): -5403340 or 3444141. OLE color: 3444141.
HSL color Cylindrical-coordinate representation of color #AD8D34: hue angle of 44.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD8D34 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 52 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.32 |
| HSL | 44.13º | 0.54% | 0.44% | - |
| HSV(B) | 44.13º | 0.7% | 0.68% | - |
| XYZ | 27.38 | 28.18 | 7.25 | - |
| YUV | 140.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 52 | 0 | 0.18 | 0.70 | 0.32 | 44.13 | 0.54 | 0.44 |
| Hex | AD | 8D | 34 | 0 | 12 | 46 | 20 | 2C | 36 | 2C |
| Octal | 255 | 215 | 64 | 0 | 22 | 106 | 40 | 54 | 66 | 54 |
| Binary | 10101101 | 10001101 | 110100 | 0 | 10010 | 1000110 | 100000 | 101100 | 110110 | 101100 |
Color Harmonies of #AD8D34
Complementary color
Monochromatic Colors of #AD8D34
Black with #AD8D34
Text Example
Text Example
White with #AD8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D34; }
p { color: rgb(173,141,52); }
H1.HeaderClassName
{
color: #AD8D34;
}
.AnyTagClassName
{
color: #AD8D34;
}
</style>
background-color css
<style>
a { background-color: #AD8D34; }
a { background-color: rgb(173,141,52); }
div.DivClassName
{
background-color: #AD8D34;
}
.BgClassName
{
background-color: #AD8D34;
}
</style>
border-color css
<style>
span { border-color: #AD8D34; }
span { border-color: rgb(173,141,52); }
td.TdClassName
{
border-color: #AD8D34;
}
.TagClassName
{
border-color: #AD8D34;
}
</style>