Shades of Reef Gold #A58D27
Tints of Reef Gold #A58D27
RGB
CMYK
RGB Variations
Color information
#A58D27 (or 0xA58D27) is known color: Reef Gold. HEX triplet: A5, 8D and 27. RGB value is (165,141,39). Sum of RGB (Red+Green+Blue) = 165+141+39=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D27 is #5A72D8. Grayscale: #888888. Windows color (decimal): -5927641 or 2592165. OLE color: 2592165.
HSL color Cylindrical-coordinate representation of color #A58D27: hue angle of 48.57º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A58D27 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 39 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.35 |
| HSL | 48.57º | 0.62% | 0.4% | - |
| HSV(B) | 48.57º | 0.76% | 0.65% | - |
| XYZ | 25.41 | 27.2 | 5.83 | - |
| YUV | 136.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 39 | 0 | 0.15 | 0.76 | 0.35 | 48.57 | 0.62 | 0.4 |
| Hex | A5 | 8D | 27 | 0 | F | 4C | 23 | 31 | 3E | 28 |
| Octal | 245 | 215 | 47 | 0 | 17 | 114 | 43 | 61 | 76 | 50 |
| Binary | 10100101 | 10001101 | 100111 | 0 | 1111 | 1001100 | 100011 | 110001 | 111110 | 101000 |
Color Harmonies of #A58D27
Complementary color
Monochromatic Colors of #A58D27
Black with #A58D27
Text Example
Text Example
White with #A58D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D27; }
p { color: rgb(165,141,39); }
H1.HeaderClassName
{
color: #A58D27;
}
.AnyTagClassName
{
color: #A58D27;
}
</style>
background-color css
<style>
a { background-color: #A58D27; }
a { background-color: rgb(165,141,39); }
div.DivClassName
{
background-color: #A58D27;
}
.BgClassName
{
background-color: #A58D27;
}
</style>
border-color css
<style>
span { border-color: #A58D27; }
span { border-color: rgb(165,141,39); }
td.TdClassName
{
border-color: #A58D27;
}
.TagClassName
{
border-color: #A58D27;
}
</style>