Shades of Reef Gold #A7993A
Tints of Reef Gold #A7993A
RGB
CMYK
RGB Variations
Color information
#A7993A (or 0xA7993A) is known color: Reef Gold. HEX triplet: A7, 99 and 3A. RGB value is (167,153,58). Sum of RGB (Red+Green+Blue) = 167+153+58=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7993A is #5866C5. Grayscale: #929292. Windows color (decimal): -5793478 or 3840423. OLE color: 3840423.
HSL color Cylindrical-coordinate representation of color #A7993A: hue angle of 52.29º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7993A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 58 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.35 |
| HSL | 52.29º | 0.48% | 0.44% | - |
| HSV(B) | 52.29º | 0.65% | 0.65% | - |
| XYZ | 28.09 | 31.3 | 8.56 | - |
| YUV | 146.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 58 | 0 | 0.08 | 0.65 | 0.35 | 52.29 | 0.48 | 0.44 |
| Hex | A7 | 99 | 3A | 0 | 8 | 41 | 23 | 34 | 30 | 2C |
| Octal | 247 | 231 | 72 | 0 | 10 | 101 | 43 | 64 | 60 | 54 |
| Binary | 10100111 | 10011001 | 111010 | 0 | 1000 | 1000001 | 100011 | 110100 | 110000 | 101100 |
Color Harmonies of #A7993A
Complementary color
Monochromatic Colors of #A7993A
Black with #A7993A
Text Example
Text Example
White with #A7993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7993A; }
p { color: rgb(167,153,58); }
H1.HeaderClassName
{
color: #A7993A;
}
.AnyTagClassName
{
color: #A7993A;
}
</style>
background-color css
<style>
a { background-color: #A7993A; }
a { background-color: rgb(167,153,58); }
div.DivClassName
{
background-color: #A7993A;
}
.BgClassName
{
background-color: #A7993A;
}
</style>
border-color css
<style>
span { border-color: #A7993A; }
span { border-color: rgb(167,153,58); }
td.TdClassName
{
border-color: #A7993A;
}
.TagClassName
{
border-color: #A7993A;
}
</style>