Shades of Reef Gold #AD9A35
Tints of Reef Gold #AD9A35
RGB
CMYK
RGB Variations
Color information
#AD9A35 (or 0xAD9A35) is known color: Reef Gold. HEX triplet: AD, 9A and 35. RGB value is (173,154,53). Sum of RGB (Red+Green+Blue) = 173+154+53=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A35 is #5265CA. Grayscale: #949494. Windows color (decimal): -5400011 or 3513005. OLE color: 3513005.
HSL color Cylindrical-coordinate representation of color #AD9A35: hue angle of 50.5º 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 #AD9A35 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 53 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.32 |
| HSL | 50.5º | 0.53% | 0.44% | - |
| HSV(B) | 50.5º | 0.69% | 0.68% | - |
| XYZ | 29.43 | 32.25 | 8.04 | - |
| YUV | 148.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 53 | 0 | 0.11 | 0.69 | 0.32 | 50.5 | 0.53 | 0.44 |
| Hex | AD | 9A | 35 | 0 | B | 45 | 20 | 32 | 35 | 2C |
| Octal | 255 | 232 | 65 | 0 | 13 | 105 | 40 | 62 | 65 | 54 |
| Binary | 10101101 | 10011010 | 110101 | 0 | 1011 | 1000101 | 100000 | 110010 | 110101 | 101100 |
Color Harmonies of #AD9A35
Complementary color
Monochromatic Colors of #AD9A35
Black with #AD9A35
Text Example
Text Example
White with #AD9A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A35; }
p { color: rgb(173,154,53); }
H1.HeaderClassName
{
color: #AD9A35;
}
.AnyTagClassName
{
color: #AD9A35;
}
</style>
background-color css
<style>
a { background-color: #AD9A35; }
a { background-color: rgb(173,154,53); }
div.DivClassName
{
background-color: #AD9A35;
}
.BgClassName
{
background-color: #AD9A35;
}
</style>
border-color css
<style>
span { border-color: #AD9A35; }
span { border-color: rgb(173,154,53); }
td.TdClassName
{
border-color: #AD9A35;
}
.TagClassName
{
border-color: #AD9A35;
}
</style>