Shades of Reef Gold #AD9335
Tints of Reef Gold #AD9335
RGB
CMYK
RGB Variations
Color information
#AD9335 (or 0xAD9335) is known color: Reef Gold. HEX triplet: AD, 93 and 35. RGB value is (173,147,53). Sum of RGB (Red+Green+Blue) = 173+147+53=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9335 is #526CCA. Grayscale: #909090. Windows color (decimal): -5401803 or 3511213. OLE color: 3511213.
HSL color Cylindrical-coordinate representation of color #AD9335: hue angle of 47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9335 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 53 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.32 |
| HSL | 47º | 0.53% | 0.44% | - |
| HSV(B) | 47º | 0.69% | 0.68% | - |
| XYZ | 28.31 | 30.01 | 7.67 | - |
| YUV | 144.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 53 | 0 | 0.15 | 0.69 | 0.32 | 47 | 0.53 | 0.44 |
| Hex | AD | 93 | 35 | 0 | F | 45 | 20 | 2F | 35 | 2C |
| Octal | 255 | 223 | 65 | 0 | 17 | 105 | 40 | 57 | 65 | 54 |
| Binary | 10101101 | 10010011 | 110101 | 0 | 1111 | 1000101 | 100000 | 101111 | 110101 | 101100 |
Color Harmonies of #AD9335
Complementary color
Monochromatic Colors of #AD9335
Black with #AD9335
Text Example
Text Example
White with #AD9335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9335; }
p { color: rgb(173,147,53); }
H1.HeaderClassName
{
color: #AD9335;
}
.AnyTagClassName
{
color: #AD9335;
}
</style>
background-color css
<style>
a { background-color: #AD9335; }
a { background-color: rgb(173,147,53); }
div.DivClassName
{
background-color: #AD9335;
}
.BgClassName
{
background-color: #AD9335;
}
</style>
border-color css
<style>
span { border-color: #AD9335; }
span { border-color: rgb(173,147,53); }
td.TdClassName
{
border-color: #AD9335;
}
.TagClassName
{
border-color: #AD9335;
}
</style>