Shades of Reef Gold #A48D31
Tints of Reef Gold #A48D31
RGB
CMYK
RGB Variations
Color information
#A48D31 (or 0xA48D31) is known color: Reef Gold. HEX triplet: A4, 8D and 31. RGB value is (164,141,49). Sum of RGB (Red+Green+Blue) = 164+141+49=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D31 is #5B72CE. Grayscale: #898989. Windows color (decimal): -5993167 or 3247524. OLE color: 3247524.
HSL color Cylindrical-coordinate representation of color #A48D31: hue angle of 48º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A48D31 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 49 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.36 |
| HSL | 48º | 0.54% | 0.42% | - |
| HSV(B) | 48º | 0.7% | 0.64% | - |
| XYZ | 25.39 | 27.16 | 6.81 | - |
| YUV | 137.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 49 | 0 | 0.14 | 0.70 | 0.36 | 48 | 0.54 | 0.42 |
| Hex | A4 | 8D | 31 | 0 | E | 46 | 24 | 30 | 36 | 2A |
| Octal | 244 | 215 | 61 | 0 | 16 | 106 | 44 | 60 | 66 | 52 |
| Binary | 10100100 | 10001101 | 110001 | 0 | 1110 | 1000110 | 100100 | 110000 | 110110 | 101010 |
Color Harmonies of #A48D31
Complementary color
Monochromatic Colors of #A48D31
Black with #A48D31
Text Example
Text Example
White with #A48D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D31; }
p { color: rgb(164,141,49); }
H1.HeaderClassName
{
color: #A48D31;
}
.AnyTagClassName
{
color: #A48D31;
}
</style>
background-color css
<style>
a { background-color: #A48D31; }
a { background-color: rgb(164,141,49); }
div.DivClassName
{
background-color: #A48D31;
}
.BgClassName
{
background-color: #A48D31;
}
</style>
border-color css
<style>
span { border-color: #A48D31; }
span { border-color: rgb(164,141,49); }
td.TdClassName
{
border-color: #A48D31;
}
.TagClassName
{
border-color: #A48D31;
}
</style>