Shades of Reef Gold #A4902C
Tints of Reef Gold #A4902C
RGB
CMYK
RGB Variations
Color information
#A4902C (or 0xA4902C) is known color: Reef Gold. HEX triplet: A4, 90 and 2C. RGB value is (164,144,44). Sum of RGB (Red+Green+Blue) = 164+144+44=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4902C is #5B6FD3. Grayscale: #8B8B8B. Windows color (decimal): -5992404 or 2920612. OLE color: 2920612.
HSL color Cylindrical-coordinate representation of color #A4902C: hue angle of 50º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4902C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 44 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.36 |
| HSL | 50º | 0.58% | 0.41% | - |
| HSV(B) | 50º | 0.73% | 0.64% | - |
| XYZ | 25.74 | 28.02 | 6.43 | - |
| YUV | 138.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 44 | 0 | 0.12 | 0.73 | 0.36 | 50 | 0.58 | 0.41 |
| Hex | A4 | 90 | 2C | 0 | C | 49 | 24 | 32 | 3A | 29 |
| Octal | 244 | 220 | 54 | 0 | 14 | 111 | 44 | 62 | 72 | 51 |
| Binary | 10100100 | 10010000 | 101100 | 0 | 1100 | 1001001 | 100100 | 110010 | 111010 | 101001 |
Color Harmonies of #A4902C
Complementary color
Monochromatic Colors of #A4902C
Black with #A4902C
Text Example
Text Example
White with #A4902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4902C; }
p { color: rgb(164,144,44); }
H1.HeaderClassName
{
color: #A4902C;
}
.AnyTagClassName
{
color: #A4902C;
}
</style>
background-color css
<style>
a { background-color: #A4902C; }
a { background-color: rgb(164,144,44); }
div.DivClassName
{
background-color: #A4902C;
}
.BgClassName
{
background-color: #A4902C;
}
</style>
border-color css
<style>
span { border-color: #A4902C; }
span { border-color: rgb(164,144,44); }
td.TdClassName
{
border-color: #A4902C;
}
.TagClassName
{
border-color: #A4902C;
}
</style>