Shades of Reef Gold #A39231
Tints of Reef Gold #A39231
RGB
CMYK
RGB Variations
Color information
#A39231 (or 0xA39231) is known color: Reef Gold. HEX triplet: A3, 92 and 31. RGB value is (163,146,49). Sum of RGB (Red+Green+Blue) = 163+146+49=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A39231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39231 is #5C6DCE. Grayscale: #8C8C8C. Windows color (decimal): -6057423 or 3248803. OLE color: 3248803.
HSL color Cylindrical-coordinate representation of color #A39231: hue angle of 51.05º 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 #A39231 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 49 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.36 |
| HSL | 51.05º | 0.54% | 0.42% | - |
| HSV(B) | 51.05º | 0.7% | 0.64% | - |
| XYZ | 25.94 | 28.57 | 7.05 | - |
| YUV | 140.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 49 | 0 | 0.10 | 0.70 | 0.36 | 51.05 | 0.54 | 0.42 |
| Hex | A3 | 92 | 31 | 0 | A | 46 | 24 | 33 | 36 | 2A |
| Octal | 243 | 222 | 61 | 0 | 12 | 106 | 44 | 63 | 66 | 52 |
| Binary | 10100011 | 10010010 | 110001 | 0 | 1010 | 1000110 | 100100 | 110011 | 110110 | 101010 |
Color Harmonies of #A39231
Complementary color
Monochromatic Colors of #A39231
Black with #A39231
Text Example
Text Example
White with #A39231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39231; }
p { color: rgb(163,146,49); }
H1.HeaderClassName
{
color: #A39231;
}
.AnyTagClassName
{
color: #A39231;
}
</style>
background-color css
<style>
a { background-color: #A39231; }
a { background-color: rgb(163,146,49); }
div.DivClassName
{
background-color: #A39231;
}
.BgClassName
{
background-color: #A39231;
}
</style>
border-color css
<style>
span { border-color: #A39231; }
span { border-color: rgb(163,146,49); }
td.TdClassName
{
border-color: #A39231;
}
.TagClassName
{
border-color: #A39231;
}
</style>