Shades of Reef Gold #AD8F31
Tints of Reef Gold #AD8F31
RGB
CMYK
RGB Variations
Color information
#AD8F31 (or 0xAD8F31) is known color: Reef Gold. HEX triplet: AD, 8F and 31. RGB value is (173,143,49). Sum of RGB (Red+Green+Blue) = 173+143+49=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F31 is #5270CE. Grayscale: #8D8D8D. Windows color (decimal): -5402831 or 3248045. OLE color: 3248045.
HSL color Cylindrical-coordinate representation of color #AD8F31: hue angle of 45.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8F31 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 49 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.32 |
| HSL | 45.48º | 0.56% | 0.44% | - |
| HSV(B) | 45.48º | 0.72% | 0.68% | - |
| XYZ | 27.61 | 28.75 | 7 | - |
| YUV | 141.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 49 | 0 | 0.17 | 0.72 | 0.32 | 45.48 | 0.56 | 0.44 |
| Hex | AD | 8F | 31 | 0 | 11 | 48 | 20 | 2D | 38 | 2C |
| Octal | 255 | 217 | 61 | 0 | 21 | 110 | 40 | 55 | 70 | 54 |
| Binary | 10101101 | 10001111 | 110001 | 0 | 10001 | 1001000 | 100000 | 101101 | 111000 | 101100 |
Color Harmonies of #AD8F31
Complementary color
Monochromatic Colors of #AD8F31
Black with #AD8F31
Text Example
Text Example
White with #AD8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F31; }
p { color: rgb(173,143,49); }
H1.HeaderClassName
{
color: #AD8F31;
}
.AnyTagClassName
{
color: #AD8F31;
}
</style>
background-color css
<style>
a { background-color: #AD8F31; }
a { background-color: rgb(173,143,49); }
div.DivClassName
{
background-color: #AD8F31;
}
.BgClassName
{
background-color: #AD8F31;
}
</style>
border-color css
<style>
span { border-color: #AD8F31; }
span { border-color: rgb(173,143,49); }
td.TdClassName
{
border-color: #AD8F31;
}
.TagClassName
{
border-color: #AD8F31;
}
</style>