Shades of Reef Gold #A49636
Tints of Reef Gold #A49636
RGB
CMYK
RGB Variations
Color information
#A49636 (or 0xA49636) is known color: Reef Gold. HEX triplet: A4, 96 and 36. RGB value is (164,150,54). Sum of RGB (Red+Green+Blue) = 164+150+54=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A49636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49636 is #5B69C9. Grayscale: #8F8F8F. Windows color (decimal): -5990858 or 3577508. OLE color: 3577508.
HSL color Cylindrical-coordinate representation of color #A49636: hue angle of 52.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A49636 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 54 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.36 |
| HSL | 52.36º | 0.5% | 0.43% | - |
| HSV(B) | 52.36º | 0.67% | 0.64% | - |
| XYZ | 26.88 | 29.97 | 7.86 | - |
| YUV | 143.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 54 | 0 | 0.09 | 0.67 | 0.36 | 52.36 | 0.5 | 0.43 |
| Hex | A4 | 96 | 36 | 0 | 9 | 43 | 24 | 34 | 32 | 2B |
| Octal | 244 | 226 | 66 | 0 | 11 | 103 | 44 | 64 | 62 | 53 |
| Binary | 10100100 | 10010110 | 110110 | 0 | 1001 | 1000011 | 100100 | 110100 | 110010 | 101011 |
Color Harmonies of #A49636
Complementary color
Monochromatic Colors of #A49636
Black with #A49636
Text Example
Text Example
White with #A49636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49636; }
p { color: rgb(164,150,54); }
H1.HeaderClassName
{
color: #A49636;
}
.AnyTagClassName
{
color: #A49636;
}
</style>
background-color css
<style>
a { background-color: #A49636; }
a { background-color: rgb(164,150,54); }
div.DivClassName
{
background-color: #A49636;
}
.BgClassName
{
background-color: #A49636;
}
</style>
border-color css
<style>
span { border-color: #A49636; }
span { border-color: rgb(164,150,54); }
td.TdClassName
{
border-color: #A49636;
}
.TagClassName
{
border-color: #A49636;
}
</style>