Shades of Reef Gold #A49839
Tints of Reef Gold #A49839
RGB
CMYK
RGB Variations
Color information
#A49839 (or 0xA49839) is known color: Reef Gold. HEX triplet: A4, 98 and 39. RGB value is (164,152,57). Sum of RGB (Red+Green+Blue) = 164+152+57=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A49839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49839 is #5B67C6. Grayscale: #919191. Windows color (decimal): -5990343 or 3774628. OLE color: 3774628.
HSL color Cylindrical-coordinate representation of color #A49839: hue angle of 53.27º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A49839 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 57 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.36 |
| HSL | 53.27º | 0.48% | 0.43% | - |
| HSV(B) | 53.27º | 0.65% | 0.64% | - |
| XYZ | 27.28 | 30.64 | 8.35 | - |
| YUV | 144.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 57 | 0 | 0.07 | 0.65 | 0.36 | 53.27 | 0.48 | 0.43 |
| Hex | A4 | 98 | 39 | 0 | 7 | 41 | 24 | 35 | 30 | 2B |
| Octal | 244 | 230 | 71 | 0 | 7 | 101 | 44 | 65 | 60 | 53 |
| Binary | 10100100 | 10011000 | 111001 | 0 | 111 | 1000001 | 100100 | 110101 | 110000 | 101011 |
Color Harmonies of #A49839
Complementary color
Monochromatic Colors of #A49839
Black with #A49839
Text Example
Text Example
White with #A49839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49839; }
p { color: rgb(164,152,57); }
H1.HeaderClassName
{
color: #A49839;
}
.AnyTagClassName
{
color: #A49839;
}
</style>
background-color css
<style>
a { background-color: #A49839; }
a { background-color: rgb(164,152,57); }
div.DivClassName
{
background-color: #A49839;
}
.BgClassName
{
background-color: #A49839;
}
</style>
border-color css
<style>
span { border-color: #A49839; }
span { border-color: rgb(164,152,57); }
td.TdClassName
{
border-color: #A49839;
}
.TagClassName
{
border-color: #A49839;
}
</style>