Shades of Reef Gold #A78A38
Tints of Reef Gold #A78A38
RGB
CMYK
RGB Variations
Color information
#A78A38 (or 0xA78A38) is known color: Reef Gold. HEX triplet: A7, 8A and 38. RGB value is (167,138,56). Sum of RGB (Red+Green+Blue) = 167+138+56=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A38 is #5875C7. Grayscale: #898989. Windows color (decimal): -5797320 or 3705511. OLE color: 3705511.
HSL color Cylindrical-coordinate representation of color #A78A38: hue angle of 44.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A78A38 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 56 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.35 |
| HSL | 44.32º | 0.5% | 0.44% | - |
| HSV(B) | 44.32º | 0.66% | 0.65% | - |
| XYZ | 25.74 | 26.68 | 7.53 | - |
| YUV | 137.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 56 | 0 | 0.17 | 0.66 | 0.35 | 44.32 | 0.5 | 0.44 |
| Hex | A7 | 8A | 38 | 0 | 11 | 42 | 23 | 2C | 32 | 2C |
| Octal | 247 | 212 | 70 | 0 | 21 | 102 | 43 | 54 | 62 | 54 |
| Binary | 10100111 | 10001010 | 111000 | 0 | 10001 | 1000010 | 100011 | 101100 | 110010 | 101100 |
Color Harmonies of #A78A38
Complementary color
Monochromatic Colors of #A78A38
Black with #A78A38
Text Example
Text Example
White with #A78A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A38; }
p { color: rgb(167,138,56); }
H1.HeaderClassName
{
color: #A78A38;
}
.AnyTagClassName
{
color: #A78A38;
}
</style>
background-color css
<style>
a { background-color: #A78A38; }
a { background-color: rgb(167,138,56); }
div.DivClassName
{
background-color: #A78A38;
}
.BgClassName
{
background-color: #A78A38;
}
</style>
border-color css
<style>
span { border-color: #A78A38; }
span { border-color: rgb(167,138,56); }
td.TdClassName
{
border-color: #A78A38;
}
.TagClassName
{
border-color: #A78A38;
}
</style>