Shades of Reef Gold #A7952D
Tints of Reef Gold #A7952D
RGB
CMYK
RGB Variations
Color information
#A7952D (or 0xA7952D) is known color: Reef Gold. HEX triplet: A7, 95 and 2D. RGB value is (167,149,45). Sum of RGB (Red+Green+Blue) = 167+149+45=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7952D is #586AD2. Grayscale: #8E8E8E. Windows color (decimal): -5794515 or 2987431. OLE color: 2987431.
HSL color Cylindrical-coordinate representation of color #A7952D: hue angle of 51.15º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7952D is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 45 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.35 |
| HSL | 51.15º | 0.58% | 0.42% | - |
| HSV(B) | 51.15º | 0.73% | 0.65% | - |
| XYZ | 27.16 | 29.9 | 6.82 | - |
| YUV | 142.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 45 | 0 | 0.11 | 0.73 | 0.35 | 51.15 | 0.58 | 0.42 |
| Hex | A7 | 95 | 2D | 0 | B | 49 | 23 | 33 | 3A | 2A |
| Octal | 247 | 225 | 55 | 0 | 13 | 111 | 43 | 63 | 72 | 52 |
| Binary | 10100111 | 10010101 | 101101 | 0 | 1011 | 1001001 | 100011 | 110011 | 111010 | 101010 |
Color Harmonies of #A7952D
Complementary color
Monochromatic Colors of #A7952D
Black with #A7952D
Text Example
Text Example
White with #A7952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7952D; }
p { color: rgb(167,149,45); }
H1.HeaderClassName
{
color: #A7952D;
}
.AnyTagClassName
{
color: #A7952D;
}
</style>
background-color css
<style>
a { background-color: #A7952D; }
a { background-color: rgb(167,149,45); }
div.DivClassName
{
background-color: #A7952D;
}
.BgClassName
{
background-color: #A7952D;
}
</style>
border-color css
<style>
span { border-color: #A7952D; }
span { border-color: rgb(167,149,45); }
td.TdClassName
{
border-color: #A7952D;
}
.TagClassName
{
border-color: #A7952D;
}
</style>