Shades of Reef Gold #A49133
Tints of Reef Gold #A49133
RGB
CMYK
RGB Variations
Color information
#A49133 (or 0xA49133) is known color: Reef Gold. HEX triplet: A4, 91 and 33. RGB value is (164,145,51). Sum of RGB (Red+Green+Blue) = 164+145+51=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A49133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49133 is #5B6ECC. Grayscale: #8C8C8C. Windows color (decimal): -5992141 or 3379620. OLE color: 3379620.
HSL color Cylindrical-coordinate representation of color #A49133: hue angle of 49.91º 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 #A49133 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 51 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.36 |
| HSL | 49.91º | 0.53% | 0.42% | - |
| HSV(B) | 49.91º | 0.69% | 0.64% | - |
| XYZ | 26.03 | 28.38 | 7.24 | - |
| YUV | 139.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 51 | 0 | 0.12 | 0.69 | 0.36 | 49.91 | 0.53 | 0.42 |
| Hex | A4 | 91 | 33 | 0 | C | 45 | 24 | 32 | 35 | 2A |
| Octal | 244 | 221 | 63 | 0 | 14 | 105 | 44 | 62 | 65 | 52 |
| Binary | 10100100 | 10010001 | 110011 | 0 | 1100 | 1000101 | 100100 | 110010 | 110101 | 101010 |
Color Harmonies of #A49133
Complementary color
Monochromatic Colors of #A49133
Black with #A49133
Text Example
Text Example
White with #A49133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49133; }
p { color: rgb(164,145,51); }
H1.HeaderClassName
{
color: #A49133;
}
.AnyTagClassName
{
color: #A49133;
}
</style>
background-color css
<style>
a { background-color: #A49133; }
a { background-color: rgb(164,145,51); }
div.DivClassName
{
background-color: #A49133;
}
.BgClassName
{
background-color: #A49133;
}
</style>
border-color css
<style>
span { border-color: #A49133; }
span { border-color: rgb(164,145,51); }
td.TdClassName
{
border-color: #A49133;
}
.TagClassName
{
border-color: #A49133;
}
</style>