Shades of Reef Gold #AD952E
Tints of Reef Gold #AD952E
RGB
CMYK
RGB Variations
Color information
#AD952E (or 0xAD952E) is known color: Reef Gold. HEX triplet: AD, 95 and 2E. RGB value is (173,149,46). Sum of RGB (Red+Green+Blue) = 173+149+46=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD952E is #526AD1. Grayscale: #909090. Windows color (decimal): -5401298 or 3052973. OLE color: 3052973.
HSL color Cylindrical-coordinate representation of color #AD952E: hue angle of 48.66º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD952E is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 46 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.32 |
| HSL | 48.66º | 0.58% | 0.43% | - |
| HSV(B) | 48.66º | 0.73% | 0.68% | - |
| XYZ | 28.47 | 30.58 | 6.99 | - |
| YUV | 144.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 46 | 0 | 0.14 | 0.73 | 0.32 | 48.66 | 0.58 | 0.43 |
| Hex | AD | 95 | 2E | 0 | E | 49 | 20 | 31 | 3A | 2B |
| Octal | 255 | 225 | 56 | 0 | 16 | 111 | 40 | 61 | 72 | 53 |
| Binary | 10101101 | 10010101 | 101110 | 0 | 1110 | 1001001 | 100000 | 110001 | 111010 | 101011 |
Color Harmonies of #AD952E
Complementary color
Monochromatic Colors of #AD952E
Black with #AD952E
Text Example
Text Example
White with #AD952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD952E; }
p { color: rgb(173,149,46); }
H1.HeaderClassName
{
color: #AD952E;
}
.AnyTagClassName
{
color: #AD952E;
}
</style>
background-color css
<style>
a { background-color: #AD952E; }
a { background-color: rgb(173,149,46); }
div.DivClassName
{
background-color: #AD952E;
}
.BgClassName
{
background-color: #AD952E;
}
</style>
border-color css
<style>
span { border-color: #AD952E; }
span { border-color: rgb(173,149,46); }
td.TdClassName
{
border-color: #AD952E;
}
.TagClassName
{
border-color: #AD952E;
}
</style>