Shades of Reef Gold #AD8C34
Tints of Reef Gold #AD8C34
RGB
CMYK
RGB Variations
Color information
#AD8C34 (or 0xAD8C34) is known color: Reef Gold. HEX triplet: AD, 8C and 34. RGB value is (173,140,52). Sum of RGB (Red+Green+Blue) = 173+140+52=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C34 is #5273CB. Grayscale: #8C8C8C. Windows color (decimal): -5403596 or 3443885. OLE color: 3443885.
HSL color Cylindrical-coordinate representation of color #AD8C34: hue angle of 43.64º 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 #AD8C34 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 52 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.32 |
| HSL | 43.64º | 0.54% | 0.44% | - |
| HSV(B) | 43.64º | 0.7% | 0.68% | - |
| XYZ | 27.23 | 27.89 | 7.2 | - |
| YUV | 139.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 52 | 0 | 0.19 | 0.70 | 0.32 | 43.64 | 0.54 | 0.44 |
| Hex | AD | 8C | 34 | 0 | 13 | 46 | 20 | 2C | 36 | 2C |
| Octal | 255 | 214 | 64 | 0 | 23 | 106 | 40 | 54 | 66 | 54 |
| Binary | 10101101 | 10001100 | 110100 | 0 | 10011 | 1000110 | 100000 | 101100 | 110110 | 101100 |
Color Harmonies of #AD8C34
Complementary color
Monochromatic Colors of #AD8C34
Black with #AD8C34
Text Example
Text Example
White with #AD8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C34; }
p { color: rgb(173,140,52); }
H1.HeaderClassName
{
color: #AD8C34;
}
.AnyTagClassName
{
color: #AD8C34;
}
</style>
background-color css
<style>
a { background-color: #AD8C34; }
a { background-color: rgb(173,140,52); }
div.DivClassName
{
background-color: #AD8C34;
}
.BgClassName
{
background-color: #AD8C34;
}
</style>
border-color css
<style>
span { border-color: #AD8C34; }
span { border-color: rgb(173,140,52); }
td.TdClassName
{
border-color: #AD8C34;
}
.TagClassName
{
border-color: #AD8C34;
}
</style>