Shades of Reef Gold #A49232
Tints of Reef Gold #A49232
RGB
CMYK
RGB Variations
Color information
#A49232 (or 0xA49232) is known color: Reef Gold. HEX triplet: A4, 92 and 32. RGB value is (164,146,50). Sum of RGB (Red+Green+Blue) = 164+146+50=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A49232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49232 is #5B6DCD. Grayscale: #8C8C8C. Windows color (decimal): -5991886 or 3314340. OLE color: 3314340.
HSL color Cylindrical-coordinate representation of color #A49232: hue angle of 50.53º degrees, saturation: 0.53, 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 #A49232 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 50 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.36 |
| HSL | 50.53º | 0.53% | 0.42% | - |
| HSV(B) | 50.53º | 0.7% | 0.64% | - |
| XYZ | 26.16 | 28.68 | 7.17 | - |
| YUV | 140.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 50 | 0 | 0.11 | 0.70 | 0.36 | 50.53 | 0.53 | 0.42 |
| Hex | A4 | 92 | 32 | 0 | B | 46 | 24 | 33 | 35 | 2A |
| Octal | 244 | 222 | 62 | 0 | 13 | 106 | 44 | 63 | 65 | 52 |
| Binary | 10100100 | 10010010 | 110010 | 0 | 1011 | 1000110 | 100100 | 110011 | 110101 | 101010 |
Color Harmonies of #A49232
Complementary color
Monochromatic Colors of #A49232
Black with #A49232
Text Example
Text Example
White with #A49232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49232; }
p { color: rgb(164,146,50); }
H1.HeaderClassName
{
color: #A49232;
}
.AnyTagClassName
{
color: #A49232;
}
</style>
background-color css
<style>
a { background-color: #A49232; }
a { background-color: rgb(164,146,50); }
div.DivClassName
{
background-color: #A49232;
}
.BgClassName
{
background-color: #A49232;
}
</style>
border-color css
<style>
span { border-color: #A49232; }
span { border-color: rgb(164,146,50); }
td.TdClassName
{
border-color: #A49232;
}
.TagClassName
{
border-color: #A49232;
}
</style>