Shades of Reef Gold #A9902D
Tints of Reef Gold #A9902D
RGB
CMYK
RGB Variations
Color information
#A9902D (or 0xA9902D) is known color: Reef Gold. HEX triplet: A9, 90 and 2D. RGB value is (169,144,45). Sum of RGB (Red+Green+Blue) = 169+144+45=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9902D is #566FD2. Grayscale: #8C8C8C. Windows color (decimal): -5664723 or 2986153. OLE color: 2986153.
HSL color Cylindrical-coordinate representation of color #A9902D: hue angle of 47.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9902D is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 45 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.34 |
| HSL | 47.9º | 0.58% | 0.42% | - |
| HSV(B) | 47.9º | 0.73% | 0.66% | - |
| XYZ | 26.81 | 28.57 | 6.58 | - |
| YUV | 140.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 45 | 0 | 0.15 | 0.73 | 0.34 | 47.9 | 0.58 | 0.42 |
| Hex | A9 | 90 | 2D | 0 | F | 49 | 22 | 30 | 3A | 2A |
| Octal | 251 | 220 | 55 | 0 | 17 | 111 | 42 | 60 | 72 | 52 |
| Binary | 10101001 | 10010000 | 101101 | 0 | 1111 | 1001001 | 100010 | 110000 | 111010 | 101010 |
Color Harmonies of #A9902D
Complementary color
Monochromatic Colors of #A9902D
Black with #A9902D
Text Example
Text Example
White with #A9902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9902D; }
p { color: rgb(169,144,45); }
H1.HeaderClassName
{
color: #A9902D;
}
.AnyTagClassName
{
color: #A9902D;
}
</style>
background-color css
<style>
a { background-color: #A9902D; }
a { background-color: rgb(169,144,45); }
div.DivClassName
{
background-color: #A9902D;
}
.BgClassName
{
background-color: #A9902D;
}
</style>
border-color css
<style>
span { border-color: #A9902D; }
span { border-color: rgb(169,144,45); }
td.TdClassName
{
border-color: #A9902D;
}
.TagClassName
{
border-color: #A9902D;
}
</style>