Shades of Reef Gold #AD902A
Tints of Reef Gold #AD902A
RGB
CMYK
RGB Variations
Color information
#AD902A (or 0xAD902A) is known color: Reef Gold. HEX triplet: AD, 90 and 2A. RGB value is (173,144,42). Sum of RGB (Red+Green+Blue) = 173+144+42=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD902A is #526FD5. Grayscale: #8D8D8D. Windows color (decimal): -5402582 or 2789549. OLE color: 2789549.
HSL color Cylindrical-coordinate representation of color #AD902A: hue angle of 46.72º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD902A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 42 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.32 |
| HSL | 46.72º | 0.61% | 0.42% | - |
| HSV(B) | 46.72º | 0.76% | 0.68% | - |
| XYZ | 27.62 | 29 | 6.33 | - |
| YUV | 141.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 42 | 0 | 0.17 | 0.76 | 0.32 | 46.72 | 0.61 | 0.42 |
| Hex | AD | 90 | 2A | 0 | 11 | 4C | 20 | 2F | 3D | 2A |
| Octal | 255 | 220 | 52 | 0 | 21 | 114 | 40 | 57 | 75 | 52 |
| Binary | 10101101 | 10010000 | 101010 | 0 | 10001 | 1001100 | 100000 | 101111 | 111101 | 101010 |
Color Harmonies of #AD902A
Complementary color
Monochromatic Colors of #AD902A
Black with #AD902A
Text Example
Text Example
White with #AD902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD902A; }
p { color: rgb(173,144,42); }
H1.HeaderClassName
{
color: #AD902A;
}
.AnyTagClassName
{
color: #AD902A;
}
</style>
background-color css
<style>
a { background-color: #AD902A; }
a { background-color: rgb(173,144,42); }
div.DivClassName
{
background-color: #AD902A;
}
.BgClassName
{
background-color: #AD902A;
}
</style>
border-color css
<style>
span { border-color: #AD902A; }
span { border-color: rgb(173,144,42); }
td.TdClassName
{
border-color: #AD902A;
}
.TagClassName
{
border-color: #AD902A;
}
</style>