Shades of Reef Gold #A58F2C
Tints of Reef Gold #A58F2C
RGB
CMYK
RGB Variations
Color information
#A58F2C (or 0xA58F2C) is known color: Reef Gold. HEX triplet: A5, 8F and 2C. RGB value is (165,143,44). Sum of RGB (Red+Green+Blue) = 165+143+44=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F2C is #5A70D3. Grayscale: #8A8A8A. Windows color (decimal): -5927124 or 2920357. OLE color: 2920357.
HSL color Cylindrical-coordinate representation of color #A58F2C: hue angle of 49.09º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A58F2C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 44 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.35 |
| HSL | 49.09º | 0.58% | 0.41% | - |
| HSV(B) | 49.09º | 0.73% | 0.65% | - |
| XYZ | 25.79 | 27.83 | 6.39 | - |
| YUV | 138.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 44 | 0 | 0.13 | 0.73 | 0.35 | 49.09 | 0.58 | 0.41 |
| Hex | A5 | 8F | 2C | 0 | D | 49 | 23 | 31 | 3A | 29 |
| Octal | 245 | 217 | 54 | 0 | 15 | 111 | 43 | 61 | 72 | 51 |
| Binary | 10100101 | 10001111 | 101100 | 0 | 1101 | 1001001 | 100011 | 110001 | 111010 | 101001 |
Color Harmonies of #A58F2C
Complementary color
Monochromatic Colors of #A58F2C
Black with #A58F2C
Text Example
Text Example
White with #A58F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F2C; }
p { color: rgb(165,143,44); }
H1.HeaderClassName
{
color: #A58F2C;
}
.AnyTagClassName
{
color: #A58F2C;
}
</style>
background-color css
<style>
a { background-color: #A58F2C; }
a { background-color: rgb(165,143,44); }
div.DivClassName
{
background-color: #A58F2C;
}
.BgClassName
{
background-color: #A58F2C;
}
</style>
border-color css
<style>
span { border-color: #A58F2C; }
span { border-color: rgb(165,143,44); }
td.TdClassName
{
border-color: #A58F2C;
}
.TagClassName
{
border-color: #A58F2C;
}
</style>