Shades of Reef Gold #A7913C
Tints of Reef Gold #A7913C
RGB
CMYK
RGB Variations
Color information
#A7913C (or 0xA7913C) is known color: Reef Gold. HEX triplet: A7, 91 and 3C. RGB value is (167,145,60). Sum of RGB (Red+Green+Blue) = 167+145+60=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7913C is #586EC3. Grayscale: #8E8E8E. Windows color (decimal): -5795524 or 3969447. OLE color: 3969447.
HSL color Cylindrical-coordinate representation of color #A7913C: hue angle of 47.66º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7913C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 60 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.35 |
| HSL | 47.66º | 0.47% | 0.45% | - |
| HSV(B) | 47.66º | 0.64% | 0.65% | - |
| XYZ | 26.88 | 28.79 | 8.42 | - |
| YUV | 141.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 60 | 0 | 0.13 | 0.64 | 0.35 | 47.66 | 0.47 | 0.45 |
| Hex | A7 | 91 | 3C | 0 | D | 40 | 23 | 30 | 2F | 2D |
| Octal | 247 | 221 | 74 | 0 | 15 | 100 | 43 | 60 | 57 | 55 |
| Binary | 10100111 | 10010001 | 111100 | 0 | 1101 | 1000000 | 100011 | 110000 | 101111 | 101101 |
Color Harmonies of #A7913C
Complementary color
Monochromatic Colors of #A7913C
Black with #A7913C
Text Example
Text Example
White with #A7913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7913C; }
p { color: rgb(167,145,60); }
H1.HeaderClassName
{
color: #A7913C;
}
.AnyTagClassName
{
color: #A7913C;
}
</style>
background-color css
<style>
a { background-color: #A7913C; }
a { background-color: rgb(167,145,60); }
div.DivClassName
{
background-color: #A7913C;
}
.BgClassName
{
background-color: #A7913C;
}
</style>
border-color css
<style>
span { border-color: #A7913C; }
span { border-color: rgb(167,145,60); }
td.TdClassName
{
border-color: #A7913C;
}
.TagClassName
{
border-color: #A7913C;
}
</style>