Shades of Reef Gold #A49639
Tints of Reef Gold #A49639
RGB
CMYK
RGB Variations
Color information
#A49639 (or 0xA49639) is known color: Reef Gold. HEX triplet: A4, 96 and 39. RGB value is (164,150,57). Sum of RGB (Red+Green+Blue) = 164+150+57=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A49639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49639 is #5B69C6. Grayscale: #8F8F8F. Windows color (decimal): -5990855 or 3774116. OLE color: 3774116.
HSL color Cylindrical-coordinate representation of color #A49639: hue angle of 52.15º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A49639 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 57 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.36 |
| HSL | 52.15º | 0.48% | 0.43% | - |
| HSV(B) | 52.15º | 0.65% | 0.64% | - |
| XYZ | 26.95 | 30 | 8.24 | - |
| YUV | 143.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 57 | 0 | 0.09 | 0.65 | 0.36 | 52.15 | 0.48 | 0.43 |
| Hex | A4 | 96 | 39 | 0 | 9 | 41 | 24 | 34 | 30 | 2B |
| Octal | 244 | 226 | 71 | 0 | 11 | 101 | 44 | 64 | 60 | 53 |
| Binary | 10100100 | 10010110 | 111001 | 0 | 1001 | 1000001 | 100100 | 110100 | 110000 | 101011 |
Color Harmonies of #A49639
Complementary color
Monochromatic Colors of #A49639
Black with #A49639
Text Example
Text Example
White with #A49639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49639; }
p { color: rgb(164,150,57); }
H1.HeaderClassName
{
color: #A49639;
}
.AnyTagClassName
{
color: #A49639;
}
</style>
background-color css
<style>
a { background-color: #A49639; }
a { background-color: rgb(164,150,57); }
div.DivClassName
{
background-color: #A49639;
}
.BgClassName
{
background-color: #A49639;
}
</style>
border-color css
<style>
span { border-color: #A49639; }
span { border-color: rgb(164,150,57); }
td.TdClassName
{
border-color: #A49639;
}
.TagClassName
{
border-color: #A49639;
}
</style>