Shades of Reef Gold #A49A34
Tints of Reef Gold #A49A34
RGB
CMYK
RGB Variations
Color information
#A49A34 (or 0xA49A34) is known color: Reef Gold. HEX triplet: A4, 9A and 34. RGB value is (164,154,52). Sum of RGB (Red+Green+Blue) = 164+154+52=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A34 is #5B65CB. Grayscale: #919191. Windows color (decimal): -5989836 or 3447460. OLE color: 3447460.
HSL color Cylindrical-coordinate representation of color #A49A34: hue angle of 54.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A49A34 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 52 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.36 |
| HSL | 54.64º | 0.52% | 0.42% | - |
| HSV(B) | 54.64º | 0.68% | 0.64% | - |
| XYZ | 27.49 | 31.25 | 7.83 | - |
| YUV | 145.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 52 | 0 | 0.06 | 0.68 | 0.36 | 54.64 | 0.52 | 0.42 |
| Hex | A4 | 9A | 34 | 0 | 6 | 44 | 24 | 37 | 34 | 2A |
| Octal | 244 | 232 | 64 | 0 | 6 | 104 | 44 | 67 | 64 | 52 |
| Binary | 10100100 | 10011010 | 110100 | 0 | 110 | 1000100 | 100100 | 110111 | 110100 | 101010 |
Color Harmonies of #A49A34
Complementary color
Monochromatic Colors of #A49A34
Black with #A49A34
Text Example
Text Example
White with #A49A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A34; }
p { color: rgb(164,154,52); }
H1.HeaderClassName
{
color: #A49A34;
}
.AnyTagClassName
{
color: #A49A34;
}
</style>
background-color css
<style>
a { background-color: #A49A34; }
a { background-color: rgb(164,154,52); }
div.DivClassName
{
background-color: #A49A34;
}
.BgClassName
{
background-color: #A49A34;
}
</style>
border-color css
<style>
span { border-color: #A49A34; }
span { border-color: rgb(164,154,52); }
td.TdClassName
{
border-color: #A49A34;
}
.TagClassName
{
border-color: #A49A34;
}
</style>