Shades of Reef Gold #AD8E32
Tints of Reef Gold #AD8E32
RGB
CMYK
RGB Variations
Color information
#AD8E32 (or 0xAD8E32) is known color: Reef Gold. HEX triplet: AD, 8E and 32. RGB value is (173,142,50). Sum of RGB (Red+Green+Blue) = 173+142+50=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E32 is #5271CD. Grayscale: #8D8D8D. Windows color (decimal): -5403086 or 3313325. OLE color: 3313325.
HSL color Cylindrical-coordinate representation of color #AD8E32: hue angle of 44.88º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD8E32 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 50 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.32 |
| HSL | 44.88º | 0.55% | 0.44% | - |
| HSV(B) | 44.88º | 0.71% | 0.68% | - |
| XYZ | 27.48 | 28.46 | 7.06 | - |
| YUV | 140.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 50 | 0 | 0.18 | 0.71 | 0.32 | 44.88 | 0.55 | 0.44 |
| Hex | AD | 8E | 32 | 0 | 12 | 47 | 20 | 2D | 37 | 2C |
| Octal | 255 | 216 | 62 | 0 | 22 | 107 | 40 | 55 | 67 | 54 |
| Binary | 10101101 | 10001110 | 110010 | 0 | 10010 | 1000111 | 100000 | 101101 | 110111 | 101100 |
Color Harmonies of #AD8E32
Complementary color
Monochromatic Colors of #AD8E32
Black with #AD8E32
Text Example
Text Example
White with #AD8E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E32; }
p { color: rgb(173,142,50); }
H1.HeaderClassName
{
color: #AD8E32;
}
.AnyTagClassName
{
color: #AD8E32;
}
</style>
background-color css
<style>
a { background-color: #AD8E32; }
a { background-color: rgb(173,142,50); }
div.DivClassName
{
background-color: #AD8E32;
}
.BgClassName
{
background-color: #AD8E32;
}
</style>
border-color css
<style>
span { border-color: #AD8E32; }
span { border-color: rgb(173,142,50); }
td.TdClassName
{
border-color: #AD8E32;
}
.TagClassName
{
border-color: #AD8E32;
}
</style>