Shades of Reef Gold #A4943A
Tints of Reef Gold #A4943A
RGB
CMYK
RGB Variations
Color information
#A4943A (or 0xA4943A) is known color: Reef Gold. HEX triplet: A4, 94 and 3A. RGB value is (164,148,58). Sum of RGB (Red+Green+Blue) = 164+148+58=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4943A is #5B6BC5. Grayscale: #8E8E8E. Windows color (decimal): -5991366 or 3839140. OLE color: 3839140.
HSL color Cylindrical-coordinate representation of color #A4943A: hue angle of 50.94º 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 #A4943A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 58 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.36 |
| HSL | 50.94º | 0.48% | 0.44% | - |
| HSV(B) | 50.94º | 0.65% | 0.64% | - |
| XYZ | 26.66 | 29.38 | 8.27 | - |
| YUV | 142.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 58 | 0 | 0.10 | 0.65 | 0.36 | 50.94 | 0.48 | 0.44 |
| Hex | A4 | 94 | 3A | 0 | A | 41 | 24 | 33 | 30 | 2C |
| Octal | 244 | 224 | 72 | 0 | 12 | 101 | 44 | 63 | 60 | 54 |
| Binary | 10100100 | 10010100 | 111010 | 0 | 1010 | 1000001 | 100100 | 110011 | 110000 | 101100 |
Color Harmonies of #A4943A
Complementary color
Monochromatic Colors of #A4943A
Black with #A4943A
Text Example
Text Example
White with #A4943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4943A; }
p { color: rgb(164,148,58); }
H1.HeaderClassName
{
color: #A4943A;
}
.AnyTagClassName
{
color: #A4943A;
}
</style>
background-color css
<style>
a { background-color: #A4943A; }
a { background-color: rgb(164,148,58); }
div.DivClassName
{
background-color: #A4943A;
}
.BgClassName
{
background-color: #A4943A;
}
</style>
border-color css
<style>
span { border-color: #A4943A; }
span { border-color: rgb(164,148,58); }
td.TdClassName
{
border-color: #A4943A;
}
.TagClassName
{
border-color: #A4943A;
}
</style>