Shades of Reef Gold #AD9534
Tints of Reef Gold #AD9534
RGB
CMYK
RGB Variations
Color information
#AD9534 (or 0xAD9534) is known color: Reef Gold. HEX triplet: AD, 95 and 34. RGB value is (173,149,52). Sum of RGB (Red+Green+Blue) = 173+149+52=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9534 is #526ACB. Grayscale: #919191. Windows color (decimal): -5401292 or 3446189. OLE color: 3446189.
HSL color Cylindrical-coordinate representation of color #AD9534: hue angle of 48.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9534 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 52 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.32 |
| HSL | 48.1º | 0.54% | 0.44% | - |
| HSV(B) | 48.1º | 0.7% | 0.68% | - |
| XYZ | 28.6 | 30.63 | 7.65 | - |
| YUV | 145.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 52 | 0 | 0.14 | 0.70 | 0.32 | 48.1 | 0.54 | 0.44 |
| Hex | AD | 95 | 34 | 0 | E | 46 | 20 | 30 | 36 | 2C |
| Octal | 255 | 225 | 64 | 0 | 16 | 106 | 40 | 60 | 66 | 54 |
| Binary | 10101101 | 10010101 | 110100 | 0 | 1110 | 1000110 | 100000 | 110000 | 110110 | 101100 |
Color Harmonies of #AD9534
Complementary color
Monochromatic Colors of #AD9534
Black with #AD9534
Text Example
Text Example
White with #AD9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9534; }
p { color: rgb(173,149,52); }
H1.HeaderClassName
{
color: #AD9534;
}
.AnyTagClassName
{
color: #AD9534;
}
</style>
background-color css
<style>
a { background-color: #AD9534; }
a { background-color: rgb(173,149,52); }
div.DivClassName
{
background-color: #AD9534;
}
.BgClassName
{
background-color: #AD9534;
}
</style>
border-color css
<style>
span { border-color: #AD9534; }
span { border-color: rgb(173,149,52); }
td.TdClassName
{
border-color: #AD9534;
}
.TagClassName
{
border-color: #AD9534;
}
</style>