Shades of Reef Gold #AD9038
Tints of Reef Gold #AD9038
RGB
CMYK
RGB Variations
Color information
#AD9038 (or 0xAD9038) is known color: Reef Gold. HEX triplet: AD, 90 and 38. RGB value is (173,144,56). Sum of RGB (Red+Green+Blue) = 173+144+56=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9038 is #526FC7. Grayscale: #8F8F8F. Windows color (decimal): -5402568 or 3707053. OLE color: 3707053.
HSL color Cylindrical-coordinate representation of color #AD9038: hue angle of 45.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD9038 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 56 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.32 |
| HSL | 45.13º | 0.51% | 0.45% | - |
| HSV(B) | 45.13º | 0.68% | 0.68% | - |
| XYZ | 27.92 | 29.12 | 7.89 | - |
| YUV | 142.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 56 | 0 | 0.17 | 0.68 | 0.32 | 45.13 | 0.51 | 0.45 |
| Hex | AD | 90 | 38 | 0 | 11 | 44 | 20 | 2D | 33 | 2D |
| Octal | 255 | 220 | 70 | 0 | 21 | 104 | 40 | 55 | 63 | 55 |
| Binary | 10101101 | 10010000 | 111000 | 0 | 10001 | 1000100 | 100000 | 101101 | 110011 | 101101 |
Color Harmonies of #AD9038
Complementary color
Monochromatic Colors of #AD9038
Black with #AD9038
Text Example
Text Example
White with #AD9038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9038; }
p { color: rgb(173,144,56); }
H1.HeaderClassName
{
color: #AD9038;
}
.AnyTagClassName
{
color: #AD9038;
}
</style>
background-color css
<style>
a { background-color: #AD9038; }
a { background-color: rgb(173,144,56); }
div.DivClassName
{
background-color: #AD9038;
}
.BgClassName
{
background-color: #AD9038;
}
</style>
border-color css
<style>
span { border-color: #AD9038; }
span { border-color: rgb(173,144,56); }
td.TdClassName
{
border-color: #AD9038;
}
.TagClassName
{
border-color: #AD9038;
}
</style>