Shades of Reef Gold #A48431
Tints of Reef Gold #A48431
RGB
CMYK
RGB Variations
Color information
#A48431 (or 0xA48431) is known color: Reef Gold. HEX triplet: A4, 84 and 31. RGB value is (164,132,49). Sum of RGB (Red+Green+Blue) = 164+132+49=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A48431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48431 is #5B7BCE. Grayscale: #848484. Windows color (decimal): -5995471 or 3245220. OLE color: 3245220.
HSL color Cylindrical-coordinate representation of color #A48431: hue angle of 43.3º 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 #A48431 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 49 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.36 |
| HSL | 43.3º | 0.54% | 0.42% | - |
| HSV(B) | 43.3º | 0.7% | 0.64% | - |
| XYZ | 24.12 | 24.62 | 6.39 | - |
| YUV | 132.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 49 | 0 | 0.20 | 0.70 | 0.36 | 43.3 | 0.54 | 0.42 |
| Hex | A4 | 84 | 31 | 0 | 14 | 46 | 24 | 2B | 36 | 2A |
| Octal | 244 | 204 | 61 | 0 | 24 | 106 | 44 | 53 | 66 | 52 |
| Binary | 10100100 | 10000100 | 110001 | 0 | 10100 | 1000110 | 100100 | 101011 | 110110 | 101010 |
Color Harmonies of #A48431
Complementary color
Monochromatic Colors of #A48431
Black with #A48431
Text Example
Text Example
White with #A48431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48431; }
p { color: rgb(164,132,49); }
H1.HeaderClassName
{
color: #A48431;
}
.AnyTagClassName
{
color: #A48431;
}
</style>
background-color css
<style>
a { background-color: #A48431; }
a { background-color: rgb(164,132,49); }
div.DivClassName
{
background-color: #A48431;
}
.BgClassName
{
background-color: #A48431;
}
</style>
border-color css
<style>
span { border-color: #A48431; }
span { border-color: rgb(164,132,49); }
td.TdClassName
{
border-color: #A48431;
}
.TagClassName
{
border-color: #A48431;
}
</style>