Shades of Reef Gold #A9912A
Tints of Reef Gold #A9912A
RGB
CMYK
RGB Variations
Color information
#A9912A (or 0xA9912A) is known color: Reef Gold. HEX triplet: A9, 91 and 2A. RGB value is (169,145,42). Sum of RGB (Red+Green+Blue) = 169+145+42=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9912A is #566ED5. Grayscale: #8C8C8C. Windows color (decimal): -5664470 or 2789801. OLE color: 2789801.
HSL color Cylindrical-coordinate representation of color #A9912A: hue angle of 48.66º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9912A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 42 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.34 |
| HSL | 48.66º | 0.6% | 0.41% | - |
| HSV(B) | 48.66º | 0.75% | 0.66% | - |
| XYZ | 26.91 | 28.85 | 6.34 | - |
| YUV | 140.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 42 | 0 | 0.14 | 0.75 | 0.34 | 48.66 | 0.6 | 0.41 |
| Hex | A9 | 91 | 2A | 0 | E | 4B | 22 | 31 | 3C | 29 |
| Octal | 251 | 221 | 52 | 0 | 16 | 113 | 42 | 61 | 74 | 51 |
| Binary | 10101001 | 10010001 | 101010 | 0 | 1110 | 1001011 | 100010 | 110001 | 111100 | 101001 |
Color Harmonies of #A9912A
Complementary color
Monochromatic Colors of #A9912A
Black with #A9912A
Text Example
Text Example
White with #A9912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9912A; }
p { color: rgb(169,145,42); }
H1.HeaderClassName
{
color: #A9912A;
}
.AnyTagClassName
{
color: #A9912A;
}
</style>
background-color css
<style>
a { background-color: #A9912A; }
a { background-color: rgb(169,145,42); }
div.DivClassName
{
background-color: #A9912A;
}
.BgClassName
{
background-color: #A9912A;
}
</style>
border-color css
<style>
span { border-color: #A9912A; }
span { border-color: rgb(169,145,42); }
td.TdClassName
{
border-color: #A9912A;
}
.TagClassName
{
border-color: #A9912A;
}
</style>