Shades of Reef Gold #AD9A32
Tints of Reef Gold #AD9A32
RGB
CMYK
RGB Variations
Color information
#AD9A32 (or 0xAD9A32) is known color: Reef Gold. HEX triplet: AD, 9A and 32. RGB value is (173,154,50). Sum of RGB (Red+Green+Blue) = 173+154+50=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A32 is #5265CD. Grayscale: #949494. Windows color (decimal): -5400014 or 3316397. OLE color: 3316397.
HSL color Cylindrical-coordinate representation of color #AD9A32: hue angle of 50.73º 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 #AD9A32 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 50 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.32 |
| HSL | 50.73º | 0.55% | 0.44% | - |
| HSV(B) | 50.73º | 0.71% | 0.68% | - |
| XYZ | 29.36 | 32.23 | 7.69 | - |
| YUV | 147.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 50 | 0 | 0.11 | 0.71 | 0.32 | 50.73 | 0.55 | 0.44 |
| Hex | AD | 9A | 32 | 0 | B | 47 | 20 | 33 | 37 | 2C |
| Octal | 255 | 232 | 62 | 0 | 13 | 107 | 40 | 63 | 67 | 54 |
| Binary | 10101101 | 10011010 | 110010 | 0 | 1011 | 1000111 | 100000 | 110011 | 110111 | 101100 |
Color Harmonies of #AD9A32
Complementary color
Monochromatic Colors of #AD9A32
Black with #AD9A32
Text Example
Text Example
White with #AD9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A32; }
p { color: rgb(173,154,50); }
H1.HeaderClassName
{
color: #AD9A32;
}
.AnyTagClassName
{
color: #AD9A32;
}
</style>
background-color css
<style>
a { background-color: #AD9A32; }
a { background-color: rgb(173,154,50); }
div.DivClassName
{
background-color: #AD9A32;
}
.BgClassName
{
background-color: #AD9A32;
}
</style>
border-color css
<style>
span { border-color: #AD9A32; }
span { border-color: rgb(173,154,50); }
td.TdClassName
{
border-color: #AD9A32;
}
.TagClassName
{
border-color: #AD9A32;
}
</style>