Shades of Reef Gold #A4903A
Tints of Reef Gold #A4903A
RGB
CMYK
RGB Variations
Color information
#A4903A (or 0xA4903A) is known color: Reef Gold. HEX triplet: A4, 90 and 3A. RGB value is (164,144,58). Sum of RGB (Red+Green+Blue) = 164+144+58=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A4903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4903A is #5B6FC5. Grayscale: #8C8C8C. Windows color (decimal): -5992390 or 3838116. OLE color: 3838116.
HSL color Cylindrical-coordinate representation of color #A4903A: hue angle of 48.68º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4903A is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 58 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.36 |
| HSL | 48.68º | 0.48% | 0.44% | - |
| HSV(B) | 48.68º | 0.65% | 0.64% | - |
| XYZ | 26.05 | 28.14 | 8.06 | - |
| YUV | 140.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 58 | 0 | 0.12 | 0.65 | 0.36 | 48.68 | 0.48 | 0.44 |
| Hex | A4 | 90 | 3A | 0 | C | 41 | 24 | 31 | 30 | 2C |
| Octal | 244 | 220 | 72 | 0 | 14 | 101 | 44 | 61 | 60 | 54 |
| Binary | 10100100 | 10010000 | 111010 | 0 | 1100 | 1000001 | 100100 | 110001 | 110000 | 101100 |
Color Harmonies of #A4903A
Complementary color
Monochromatic Colors of #A4903A
Black with #A4903A
Text Example
Text Example
White with #A4903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4903A; }
p { color: rgb(164,144,58); }
H1.HeaderClassName
{
color: #A4903A;
}
.AnyTagClassName
{
color: #A4903A;
}
</style>
background-color css
<style>
a { background-color: #A4903A; }
a { background-color: rgb(164,144,58); }
div.DivClassName
{
background-color: #A4903A;
}
.BgClassName
{
background-color: #A4903A;
}
</style>
border-color css
<style>
span { border-color: #A4903A; }
span { border-color: rgb(164,144,58); }
td.TdClassName
{
border-color: #A4903A;
}
.TagClassName
{
border-color: #A4903A;
}
</style>