Shades of Reef Gold #AD922C
Tints of Reef Gold #AD922C
RGB
CMYK
RGB Variations
Color information
#AD922C (or 0xAD922C) is known color: Reef Gold. HEX triplet: AD, 92 and 2C. RGB value is (173,146,44). Sum of RGB (Red+Green+Blue) = 173+146+44=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD922C is #526DD3. Grayscale: #8E8E8E. Windows color (decimal): -5402068 or 2921133. OLE color: 2921133.
HSL color Cylindrical-coordinate representation of color #AD922C: hue angle of 47.44º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD922C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 44 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.32 |
| HSL | 47.44º | 0.59% | 0.43% | - |
| HSV(B) | 47.44º | 0.75% | 0.68% | - |
| XYZ | 27.97 | 29.62 | 6.63 | - |
| YUV | 142.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 44 | 0 | 0.16 | 0.75 | 0.32 | 47.44 | 0.59 | 0.43 |
| Hex | AD | 92 | 2C | 0 | 10 | 4B | 20 | 2F | 3B | 2B |
| Octal | 255 | 222 | 54 | 0 | 20 | 113 | 40 | 57 | 73 | 53 |
| Binary | 10101101 | 10010010 | 101100 | 0 | 10000 | 1001011 | 100000 | 101111 | 111011 | 101011 |
Color Harmonies of #AD922C
Complementary color
Monochromatic Colors of #AD922C
Black with #AD922C
Text Example
Text Example
White with #AD922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD922C; }
p { color: rgb(173,146,44); }
H1.HeaderClassName
{
color: #AD922C;
}
.AnyTagClassName
{
color: #AD922C;
}
</style>
background-color css
<style>
a { background-color: #AD922C; }
a { background-color: rgb(173,146,44); }
div.DivClassName
{
background-color: #AD922C;
}
.BgClassName
{
background-color: #AD922C;
}
</style>
border-color css
<style>
span { border-color: #AD922C; }
span { border-color: rgb(173,146,44); }
td.TdClassName
{
border-color: #AD922C;
}
.TagClassName
{
border-color: #AD922C;
}
</style>