Shades of Reef Gold #A58937
Tints of Reef Gold #A58937
RGB
CMYK
RGB Variations
Color information
#A58937 (or 0xA58937) is known color: Reef Gold. HEX triplet: A5, 89 and 37. RGB value is (165,137,55). Sum of RGB (Red+Green+Blue) = 165+137+55=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A58937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58937 is #5A76C8. Grayscale: #888888. Windows color (decimal): -5928649 or 3639717. OLE color: 3639717.
HSL color Cylindrical-coordinate representation of color #A58937: hue angle of 44.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A58937 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 55 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.35 |
| HSL | 44.73º | 0.5% | 0.43% | - |
| HSV(B) | 44.73º | 0.67% | 0.65% | - |
| XYZ | 25.15 | 26.17 | 7.34 | - |
| YUV | 136.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 55 | 0 | 0.17 | 0.67 | 0.35 | 44.73 | 0.5 | 0.43 |
| Hex | A5 | 89 | 37 | 0 | 11 | 43 | 23 | 2D | 32 | 2B |
| Octal | 245 | 211 | 67 | 0 | 21 | 103 | 43 | 55 | 62 | 53 |
| Binary | 10100101 | 10001001 | 110111 | 0 | 10001 | 1000011 | 100011 | 101101 | 110010 | 101011 |
Color Harmonies of #A58937
Complementary color
Monochromatic Colors of #A58937
Black with #A58937
Text Example
Text Example
White with #A58937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58937; }
p { color: rgb(165,137,55); }
H1.HeaderClassName
{
color: #A58937;
}
.AnyTagClassName
{
color: #A58937;
}
</style>
background-color css
<style>
a { background-color: #A58937; }
a { background-color: rgb(165,137,55); }
div.DivClassName
{
background-color: #A58937;
}
.BgClassName
{
background-color: #A58937;
}
</style>
border-color css
<style>
span { border-color: #A58937; }
span { border-color: rgb(165,137,55); }
td.TdClassName
{
border-color: #A58937;
}
.TagClassName
{
border-color: #A58937;
}
</style>