Shades of Reef Gold #A79434
Tints of Reef Gold #A79434
RGB
CMYK
RGB Variations
Color information
#A79434 (or 0xA79434) is known color: Reef Gold. HEX triplet: A7, 94 and 34. RGB value is (167,148,52). Sum of RGB (Red+Green+Blue) = 167+148+52=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A79434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79434 is #586BCB. Grayscale: #8F8F8F. Windows color (decimal): -5794764 or 3445927. OLE color: 3445927.
HSL color Cylindrical-coordinate representation of color #A79434: hue angle of 50.09º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A79434 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 52 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.35 |
| HSL | 50.09º | 0.53% | 0.43% | - |
| HSV(B) | 50.09º | 0.69% | 0.65% | - |
| XYZ | 27.15 | 29.64 | 7.54 | - |
| YUV | 142.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 52 | 0 | 0.11 | 0.69 | 0.35 | 50.09 | 0.53 | 0.43 |
| Hex | A7 | 94 | 34 | 0 | B | 45 | 23 | 32 | 35 | 2B |
| Octal | 247 | 224 | 64 | 0 | 13 | 105 | 43 | 62 | 65 | 53 |
| Binary | 10100111 | 10010100 | 110100 | 0 | 1011 | 1000101 | 100011 | 110010 | 110101 | 101011 |
Color Harmonies of #A79434
Complementary color
Monochromatic Colors of #A79434
Black with #A79434
Text Example
Text Example
White with #A79434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79434; }
p { color: rgb(167,148,52); }
H1.HeaderClassName
{
color: #A79434;
}
.AnyTagClassName
{
color: #A79434;
}
</style>
background-color css
<style>
a { background-color: #A79434; }
a { background-color: rgb(167,148,52); }
div.DivClassName
{
background-color: #A79434;
}
.BgClassName
{
background-color: #A79434;
}
</style>
border-color css
<style>
span { border-color: #A79434; }
span { border-color: rgb(167,148,52); }
td.TdClassName
{
border-color: #A79434;
}
.TagClassName
{
border-color: #A79434;
}
</style>