Shades of Reef Gold #AD9236
Tints of Reef Gold #AD9236
RGB
CMYK
RGB Variations
Color information
#AD9236 (or 0xAD9236) is known color: Reef Gold. HEX triplet: AD, 92 and 36. RGB value is (173,146,54). Sum of RGB (Red+Green+Blue) = 173+146+54=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9236 is #526DC9. Grayscale: #8F8F8F. Windows color (decimal): -5402058 or 3576493. OLE color: 3576493.
HSL color Cylindrical-coordinate representation of color #AD9236: hue angle of 46.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9236 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 54 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.32 |
| HSL | 46.39º | 0.52% | 0.45% | - |
| HSV(B) | 46.39º | 0.69% | 0.68% | - |
| XYZ | 28.18 | 29.71 | 7.74 | - |
| YUV | 143.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 54 | 0 | 0.16 | 0.69 | 0.32 | 46.39 | 0.52 | 0.45 |
| Hex | AD | 92 | 36 | 0 | 10 | 45 | 20 | 2E | 34 | 2D |
| Octal | 255 | 222 | 66 | 0 | 20 | 105 | 40 | 56 | 64 | 55 |
| Binary | 10101101 | 10010010 | 110110 | 0 | 10000 | 1000101 | 100000 | 101110 | 110100 | 101101 |
Color Harmonies of #AD9236
Complementary color
Monochromatic Colors of #AD9236
Black with #AD9236
Text Example
Text Example
White with #AD9236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9236; }
p { color: rgb(173,146,54); }
H1.HeaderClassName
{
color: #AD9236;
}
.AnyTagClassName
{
color: #AD9236;
}
</style>
background-color css
<style>
a { background-color: #AD9236; }
a { background-color: rgb(173,146,54); }
div.DivClassName
{
background-color: #AD9236;
}
.BgClassName
{
background-color: #AD9236;
}
</style>
border-color css
<style>
span { border-color: #AD9236; }
span { border-color: rgb(173,146,54); }
td.TdClassName
{
border-color: #AD9236;
}
.TagClassName
{
border-color: #AD9236;
}
</style>