Shades of Reef Gold #A49336
Tints of Reef Gold #A49336
RGB
CMYK
RGB Variations
Color information
#A49336 (or 0xA49336) is known color: Reef Gold. HEX triplet: A4, 93 and 36. RGB value is (164,147,54). Sum of RGB (Red+Green+Blue) = 164+147+54=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49336 is #5B6CC9. Grayscale: #8D8D8D. Windows color (decimal): -5991626 or 3576740. OLE color: 3576740.
HSL color Cylindrical-coordinate representation of color #A49336: hue angle of 50.73º 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 #A49336 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 54 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.36 |
| HSL | 50.73º | 0.5% | 0.43% | - |
| HSV(B) | 50.73º | 0.67% | 0.64% | - |
| XYZ | 26.41 | 29.03 | 7.7 | - |
| YUV | 141.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 54 | 0 | 0.10 | 0.67 | 0.36 | 50.73 | 0.5 | 0.43 |
| Hex | A4 | 93 | 36 | 0 | A | 43 | 24 | 33 | 32 | 2B |
| Octal | 244 | 223 | 66 | 0 | 12 | 103 | 44 | 63 | 62 | 53 |
| Binary | 10100100 | 10010011 | 110110 | 0 | 1010 | 1000011 | 100100 | 110011 | 110010 | 101011 |
Color Harmonies of #A49336
Complementary color
Monochromatic Colors of #A49336
Black with #A49336
Text Example
Text Example
White with #A49336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49336; }
p { color: rgb(164,147,54); }
H1.HeaderClassName
{
color: #A49336;
}
.AnyTagClassName
{
color: #A49336;
}
</style>
background-color css
<style>
a { background-color: #A49336; }
a { background-color: rgb(164,147,54); }
div.DivClassName
{
background-color: #A49336;
}
.BgClassName
{
background-color: #A49336;
}
</style>
border-color css
<style>
span { border-color: #A49336; }
span { border-color: rgb(164,147,54); }
td.TdClassName
{
border-color: #A49336;
}
.TagClassName
{
border-color: #A49336;
}
</style>