Shades of Reef Gold #A9942B
Tints of Reef Gold #A9942B
RGB
CMYK
RGB Variations
Color information
#A9942B (or 0xA9942B) is known color: Reef Gold. HEX triplet: A9, 94 and 2B. RGB value is (169,148,43). Sum of RGB (Red+Green+Blue) = 169+148+43=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9942B is #566BD4. Grayscale: #8E8E8E. Windows color (decimal): -5663701 or 2856105. OLE color: 2856105.
HSL color Cylindrical-coordinate representation of color #A9942B: hue angle of 50º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9942B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 43 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.34 |
| HSL | 50º | 0.59% | 0.42% | - |
| HSV(B) | 50º | 0.75% | 0.66% | - |
| XYZ | 27.39 | 29.79 | 6.59 | - |
| YUV | 142.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 43 | 0 | 0.12 | 0.75 | 0.34 | 50 | 0.59 | 0.42 |
| Hex | A9 | 94 | 2B | 0 | C | 4B | 22 | 32 | 3B | 2A |
| Octal | 251 | 224 | 53 | 0 | 14 | 113 | 42 | 62 | 73 | 52 |
| Binary | 10101001 | 10010100 | 101011 | 0 | 1100 | 1001011 | 100010 | 110010 | 111011 | 101010 |
Color Harmonies of #A9942B
Complementary color
Monochromatic Colors of #A9942B
Black with #A9942B
Text Example
Text Example
White with #A9942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9942B; }
p { color: rgb(169,148,43); }
H1.HeaderClassName
{
color: #A9942B;
}
.AnyTagClassName
{
color: #A9942B;
}
</style>
background-color css
<style>
a { background-color: #A9942B; }
a { background-color: rgb(169,148,43); }
div.DivClassName
{
background-color: #A9942B;
}
.BgClassName
{
background-color: #A9942B;
}
</style>
border-color css
<style>
span { border-color: #A9942B; }
span { border-color: rgb(169,148,43); }
td.TdClassName
{
border-color: #A9942B;
}
.TagClassName
{
border-color: #A9942B;
}
</style>