Shades of Reef Gold #AD8932
Tints of Reef Gold #AD8932
RGB
CMYK
RGB Variations
Color information
#AD8932 (or 0xAD8932) is known color: Reef Gold. HEX triplet: AD, 89 and 32. RGB value is (173,137,50). Sum of RGB (Red+Green+Blue) = 173+137+50=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8932 is #5276CD. Grayscale: #8A8A8A. Windows color (decimal): -5404366 or 3312045. OLE color: 3312045.
HSL color Cylindrical-coordinate representation of color #AD8932: hue angle of 42.44º 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 #AD8932 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 50 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.32 |
| HSL | 42.44º | 0.55% | 0.44% | - |
| HSV(B) | 42.44º | 0.71% | 0.68% | - |
| XYZ | 26.75 | 27.01 | 6.82 | - |
| YUV | 137.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 50 | 0 | 0.21 | 0.71 | 0.32 | 42.44 | 0.55 | 0.44 |
| Hex | AD | 89 | 32 | 0 | 15 | 47 | 20 | 2A | 37 | 2C |
| Octal | 255 | 211 | 62 | 0 | 25 | 107 | 40 | 52 | 67 | 54 |
| Binary | 10101101 | 10001001 | 110010 | 0 | 10101 | 1000111 | 100000 | 101010 | 110111 | 101100 |
Color Harmonies of #AD8932
Complementary color
Monochromatic Colors of #AD8932
Black with #AD8932
Text Example
Text Example
White with #AD8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8932; }
p { color: rgb(173,137,50); }
H1.HeaderClassName
{
color: #AD8932;
}
.AnyTagClassName
{
color: #AD8932;
}
</style>
background-color css
<style>
a { background-color: #AD8932; }
a { background-color: rgb(173,137,50); }
div.DivClassName
{
background-color: #AD8932;
}
.BgClassName
{
background-color: #AD8932;
}
</style>
border-color css
<style>
span { border-color: #AD8932; }
span { border-color: rgb(173,137,50); }
td.TdClassName
{
border-color: #AD8932;
}
.TagClassName
{
border-color: #AD8932;
}
</style>