Shades of Reef Gold #AD8F36
Tints of Reef Gold #AD8F36
RGB
CMYK
RGB Variations
Color information
#AD8F36 (or 0xAD8F36) is known color: Reef Gold. HEX triplet: AD, 8F and 36. RGB value is (173,143,54). Sum of RGB (Red+Green+Blue) = 173+143+54=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F36 is #5270C9. Grayscale: #8E8E8E. Windows color (decimal): -5402826 or 3575725. OLE color: 3575725.
HSL color Cylindrical-coordinate representation of color #AD8F36: hue angle of 44.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD8F36 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 54 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.32 |
| HSL | 44.87º | 0.52% | 0.45% | - |
| HSV(B) | 44.87º | 0.69% | 0.68% | - |
| XYZ | 27.72 | 28.8 | 7.59 | - |
| YUV | 141.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 54 | 0 | 0.17 | 0.69 | 0.32 | 44.87 | 0.52 | 0.45 |
| Hex | AD | 8F | 36 | 0 | 11 | 45 | 20 | 2D | 34 | 2D |
| Octal | 255 | 217 | 66 | 0 | 21 | 105 | 40 | 55 | 64 | 55 |
| Binary | 10101101 | 10001111 | 110110 | 0 | 10001 | 1000101 | 100000 | 101101 | 110100 | 101101 |
Color Harmonies of #AD8F36
Complementary color
Monochromatic Colors of #AD8F36
Black with #AD8F36
Text Example
Text Example
White with #AD8F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F36; }
p { color: rgb(173,143,54); }
H1.HeaderClassName
{
color: #AD8F36;
}
.AnyTagClassName
{
color: #AD8F36;
}
</style>
background-color css
<style>
a { background-color: #AD8F36; }
a { background-color: rgb(173,143,54); }
div.DivClassName
{
background-color: #AD8F36;
}
.BgClassName
{
background-color: #AD8F36;
}
</style>
border-color css
<style>
span { border-color: #AD8F36; }
span { border-color: rgb(173,143,54); }
td.TdClassName
{
border-color: #AD8F36;
}
.TagClassName
{
border-color: #AD8F36;
}
</style>