Shades of Reef Gold #A49033
Tints of Reef Gold #A49033
RGB
CMYK
RGB Variations
Color information
#A49033 (or 0xA49033) is known color: Reef Gold. HEX triplet: A4, 90 and 33. RGB value is (164,144,51). Sum of RGB (Red+Green+Blue) = 164+144+51=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A49033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49033 is #5B6FCC. Grayscale: #8B8B8B. Windows color (decimal): -5992397 or 3379364. OLE color: 3379364.
HSL color Cylindrical-coordinate representation of color #A49033: hue angle of 49.38º 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 #A49033 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 51 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.36 |
| HSL | 49.38º | 0.53% | 0.42% | - |
| HSV(B) | 49.38º | 0.69% | 0.64% | - |
| XYZ | 25.88 | 28.08 | 7.19 | - |
| YUV | 139.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 51 | 0 | 0.12 | 0.69 | 0.36 | 49.38 | 0.53 | 0.42 |
| Hex | A4 | 90 | 33 | 0 | C | 45 | 24 | 31 | 35 | 2A |
| Octal | 244 | 220 | 63 | 0 | 14 | 105 | 44 | 61 | 65 | 52 |
| Binary | 10100100 | 10010000 | 110011 | 0 | 1100 | 1000101 | 100100 | 110001 | 110101 | 101010 |
Color Harmonies of #A49033
Complementary color
Monochromatic Colors of #A49033
Black with #A49033
Text Example
Text Example
White with #A49033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49033; }
p { color: rgb(164,144,51); }
H1.HeaderClassName
{
color: #A49033;
}
.AnyTagClassName
{
color: #A49033;
}
</style>
background-color css
<style>
a { background-color: #A49033; }
a { background-color: rgb(164,144,51); }
div.DivClassName
{
background-color: #A49033;
}
.BgClassName
{
background-color: #A49033;
}
</style>
border-color css
<style>
span { border-color: #A49033; }
span { border-color: rgb(164,144,51); }
td.TdClassName
{
border-color: #A49033;
}
.TagClassName
{
border-color: #A49033;
}
</style>