Shades of Reef Gold #A49838
Tints of Reef Gold #A49838
RGB
CMYK
RGB Variations
Color information
#A49838 (or 0xA49838) is known color: Reef Gold. HEX triplet: A4, 98 and 38. RGB value is (164,152,56). Sum of RGB (Red+Green+Blue) = 164+152+56=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A49838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49838 is #5B67C7. Grayscale: #919191. Windows color (decimal): -5990344 or 3709092. OLE color: 3709092.
HSL color Cylindrical-coordinate representation of color #A49838: hue angle of 53.33º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A49838 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 56 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.36 |
| HSL | 53.33º | 0.49% | 0.43% | - |
| HSV(B) | 53.33º | 0.66% | 0.64% | - |
| XYZ | 27.25 | 30.63 | 8.22 | - |
| YUV | 144.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 56 | 0 | 0.07 | 0.66 | 0.36 | 53.33 | 0.49 | 0.43 |
| Hex | A4 | 98 | 38 | 0 | 7 | 42 | 24 | 35 | 31 | 2B |
| Octal | 244 | 230 | 70 | 0 | 7 | 102 | 44 | 65 | 61 | 53 |
| Binary | 10100100 | 10011000 | 111000 | 0 | 111 | 1000010 | 100100 | 110101 | 110001 | 101011 |
Color Harmonies of #A49838
Complementary color
Monochromatic Colors of #A49838
Black with #A49838
Text Example
Text Example
White with #A49838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49838; }
p { color: rgb(164,152,56); }
H1.HeaderClassName
{
color: #A49838;
}
.AnyTagClassName
{
color: #A49838;
}
</style>
background-color css
<style>
a { background-color: #A49838; }
a { background-color: rgb(164,152,56); }
div.DivClassName
{
background-color: #A49838;
}
.BgClassName
{
background-color: #A49838;
}
</style>
border-color css
<style>
span { border-color: #A49838; }
span { border-color: rgb(164,152,56); }
td.TdClassName
{
border-color: #A49838;
}
.TagClassName
{
border-color: #A49838;
}
</style>