Shades of Reef Gold #A48D37
Tints of Reef Gold #A48D37
RGB
CMYK
RGB Variations
Color information
#A48D37 (or 0xA48D37) is known color: Reef Gold. HEX triplet: A4, 8D and 37. RGB value is (164,141,55). Sum of RGB (Red+Green+Blue) = 164+141+55=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D37 is #5B72C8. Grayscale: #8A8A8A. Windows color (decimal): -5993161 or 3640740. OLE color: 3640740.
HSL color Cylindrical-coordinate representation of color #A48D37: hue angle of 47.34º degrees, saturation: 0.5, 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 #A48D37 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 55 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.36 |
| HSL | 47.34º | 0.5% | 0.43% | - |
| HSV(B) | 47.34º | 0.66% | 0.64% | - |
| XYZ | 25.52 | 27.22 | 7.52 | - |
| YUV | 138.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 55 | 0 | 0.14 | 0.66 | 0.36 | 47.34 | 0.5 | 0.43 |
| Hex | A4 | 8D | 37 | 0 | E | 42 | 24 | 2F | 32 | 2B |
| Octal | 244 | 215 | 67 | 0 | 16 | 102 | 44 | 57 | 62 | 53 |
| Binary | 10100100 | 10001101 | 110111 | 0 | 1110 | 1000010 | 100100 | 101111 | 110010 | 101011 |
Color Harmonies of #A48D37
Complementary color
Monochromatic Colors of #A48D37
Black with #A48D37
Text Example
Text Example
White with #A48D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D37; }
p { color: rgb(164,141,55); }
H1.HeaderClassName
{
color: #A48D37;
}
.AnyTagClassName
{
color: #A48D37;
}
</style>
background-color css
<style>
a { background-color: #A48D37; }
a { background-color: rgb(164,141,55); }
div.DivClassName
{
background-color: #A48D37;
}
.BgClassName
{
background-color: #A48D37;
}
</style>
border-color css
<style>
span { border-color: #A48D37; }
span { border-color: rgb(164,141,55); }
td.TdClassName
{
border-color: #A48D37;
}
.TagClassName
{
border-color: #A48D37;
}
</style>