Shades of Reef Gold #A49333
Tints of Reef Gold #A49333
RGB
CMYK
RGB Variations
Color information
#A49333 (or 0xA49333) is known color: Reef Gold. HEX triplet: A4, 93 and 33. RGB value is (164,147,51). Sum of RGB (Red+Green+Blue) = 164+147+51=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A49333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49333 is #5B6CCC. Grayscale: #8D8D8D. Windows color (decimal): -5991629 or 3380132. OLE color: 3380132.
HSL color Cylindrical-coordinate representation of color #A49333: hue angle of 50.97º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A49333 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 51 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.36 |
| HSL | 50.97º | 0.53% | 0.42% | - |
| HSV(B) | 50.97º | 0.69% | 0.64% | - |
| XYZ | 26.34 | 29 | 7.34 | - |
| YUV | 141.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 51 | 0 | 0.10 | 0.69 | 0.36 | 50.97 | 0.53 | 0.42 |
| Hex | A4 | 93 | 33 | 0 | A | 45 | 24 | 33 | 35 | 2A |
| Octal | 244 | 223 | 63 | 0 | 12 | 105 | 44 | 63 | 65 | 52 |
| Binary | 10100100 | 10010011 | 110011 | 0 | 1010 | 1000101 | 100100 | 110011 | 110101 | 101010 |
Color Harmonies of #A49333
Complementary color
Monochromatic Colors of #A49333
Black with #A49333
Text Example
Text Example
White with #A49333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49333; }
p { color: rgb(164,147,51); }
H1.HeaderClassName
{
color: #A49333;
}
.AnyTagClassName
{
color: #A49333;
}
</style>
background-color css
<style>
a { background-color: #A49333; }
a { background-color: rgb(164,147,51); }
div.DivClassName
{
background-color: #A49333;
}
.BgClassName
{
background-color: #A49333;
}
</style>
border-color css
<style>
span { border-color: #A49333; }
span { border-color: rgb(164,147,51); }
td.TdClassName
{
border-color: #A49333;
}
.TagClassName
{
border-color: #A49333;
}
</style>