Shades of Reef Gold #A49A33
Tints of Reef Gold #A49A33
RGB
CMYK
RGB Variations
Color information
#A49A33 (or 0xA49A33) is known color: Reef Gold. HEX triplet: A4, 9A and 33. RGB value is (164,154,51). Sum of RGB (Red+Green+Blue) = 164+154+51=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A33 is #5B65CC. Grayscale: #919191. Windows color (decimal): -5989837 or 3381924. OLE color: 3381924.
HSL color Cylindrical-coordinate representation of color #A49A33: hue angle of 54.69º 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 #A49A33 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 51 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.36 |
| HSL | 54.69º | 0.53% | 0.42% | - |
| HSV(B) | 54.69º | 0.69% | 0.64% | - |
| XYZ | 27.46 | 31.24 | 7.71 | - |
| YUV | 145.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 51 | 0 | 0.06 | 0.69 | 0.36 | 54.69 | 0.53 | 0.42 |
| Hex | A4 | 9A | 33 | 0 | 6 | 45 | 24 | 37 | 35 | 2A |
| Octal | 244 | 232 | 63 | 0 | 6 | 105 | 44 | 67 | 65 | 52 |
| Binary | 10100100 | 10011010 | 110011 | 0 | 110 | 1000101 | 100100 | 110111 | 110101 | 101010 |
Color Harmonies of #A49A33
Complementary color
Monochromatic Colors of #A49A33
Black with #A49A33
Text Example
Text Example
White with #A49A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A33; }
p { color: rgb(164,154,51); }
H1.HeaderClassName
{
color: #A49A33;
}
.AnyTagClassName
{
color: #A49A33;
}
</style>
background-color css
<style>
a { background-color: #A49A33; }
a { background-color: rgb(164,154,51); }
div.DivClassName
{
background-color: #A49A33;
}
.BgClassName
{
background-color: #A49A33;
}
</style>
border-color css
<style>
span { border-color: #A49A33; }
span { border-color: rgb(164,154,51); }
td.TdClassName
{
border-color: #A49A33;
}
.TagClassName
{
border-color: #A49A33;
}
</style>