Shades of Reef Gold #AD8D2B
Tints of Reef Gold #AD8D2B
RGB
CMYK
RGB Variations
Color information
#AD8D2B (or 0xAD8D2B) is known color: Reef Gold. HEX triplet: AD, 8D and 2B. RGB value is (173,141,43). Sum of RGB (Red+Green+Blue) = 173+141+43=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D2B is #5272D4. Grayscale: #8B8B8B. Windows color (decimal): -5403349 or 2854317. OLE color: 2854317.
HSL color Cylindrical-coordinate representation of color #AD8D2B: hue angle of 45.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD8D2B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 43 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.32 |
| HSL | 45.23º | 0.6% | 0.42% | - |
| HSV(B) | 45.23º | 0.75% | 0.68% | - |
| XYZ | 27.19 | 28.11 | 6.28 | - |
| YUV | 139.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 43 | 0 | 0.18 | 0.75 | 0.32 | 45.23 | 0.6 | 0.42 |
| Hex | AD | 8D | 2B | 0 | 12 | 4B | 20 | 2D | 3C | 2A |
| Octal | 255 | 215 | 53 | 0 | 22 | 113 | 40 | 55 | 74 | 52 |
| Binary | 10101101 | 10001101 | 101011 | 0 | 10010 | 1001011 | 100000 | 101101 | 111100 | 101010 |
Color Harmonies of #AD8D2B
Complementary color
Monochromatic Colors of #AD8D2B
Black with #AD8D2B
Text Example
Text Example
White with #AD8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D2B; }
p { color: rgb(173,141,43); }
H1.HeaderClassName
{
color: #AD8D2B;
}
.AnyTagClassName
{
color: #AD8D2B;
}
</style>
background-color css
<style>
a { background-color: #AD8D2B; }
a { background-color: rgb(173,141,43); }
div.DivClassName
{
background-color: #AD8D2B;
}
.BgClassName
{
background-color: #AD8D2B;
}
</style>
border-color css
<style>
span { border-color: #AD8D2B; }
span { border-color: rgb(173,141,43); }
td.TdClassName
{
border-color: #AD8D2B;
}
.TagClassName
{
border-color: #AD8D2B;
}
</style>