Shades of Reef Gold #A48E39
Tints of Reef Gold #A48E39
RGB
CMYK
RGB Variations
Color information
#A48E39 (or 0xA48E39) is known color: Reef Gold. HEX triplet: A4, 8E and 39. RGB value is (164,142,57). Sum of RGB (Red+Green+Blue) = 164+142+57=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E39 is #5B71C6. Grayscale: #8B8B8B. Windows color (decimal): -5992903 or 3772068. OLE color: 3772068.
HSL color Cylindrical-coordinate representation of color #A48E39: hue angle of 47.66º 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 #A48E39 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 57 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.36 |
| HSL | 47.66º | 0.48% | 0.43% | - |
| HSV(B) | 47.66º | 0.65% | 0.64% | - |
| XYZ | 25.72 | 27.53 | 7.83 | - |
| YUV | 138.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 57 | 0 | 0.13 | 0.65 | 0.36 | 47.66 | 0.48 | 0.43 |
| Hex | A4 | 8E | 39 | 0 | D | 41 | 24 | 30 | 30 | 2B |
| Octal | 244 | 216 | 71 | 0 | 15 | 101 | 44 | 60 | 60 | 53 |
| Binary | 10100100 | 10001110 | 111001 | 0 | 1101 | 1000001 | 100100 | 110000 | 110000 | 101011 |
Color Harmonies of #A48E39
Complementary color
Monochromatic Colors of #A48E39
Black with #A48E39
Text Example
Text Example
White with #A48E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E39; }
p { color: rgb(164,142,57); }
H1.HeaderClassName
{
color: #A48E39;
}
.AnyTagClassName
{
color: #A48E39;
}
</style>
background-color css
<style>
a { background-color: #A48E39; }
a { background-color: rgb(164,142,57); }
div.DivClassName
{
background-color: #A48E39;
}
.BgClassName
{
background-color: #A48E39;
}
</style>
border-color css
<style>
span { border-color: #A48E39; }
span { border-color: rgb(164,142,57); }
td.TdClassName
{
border-color: #A48E39;
}
.TagClassName
{
border-color: #A48E39;
}
</style>