Shades of Reef Gold #A58F39
Tints of Reef Gold #A58F39
RGB
CMYK
RGB Variations
Color information
#A58F39 (or 0xA58F39) is known color: Reef Gold. HEX triplet: A5, 8F and 39. RGB value is (165,143,57). Sum of RGB (Red+Green+Blue) = 165+143+57=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F39 is #5A70C6. Grayscale: #8C8C8C. Windows color (decimal): -5927111 or 3772325. OLE color: 3772325.
HSL color Cylindrical-coordinate representation of color #A58F39: hue angle of 47.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A58F39 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 57 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.35 |
| HSL | 47.78º | 0.49% | 0.44% | - |
| HSV(B) | 47.78º | 0.65% | 0.65% | - |
| XYZ | 26.08 | 27.94 | 7.89 | - |
| YUV | 139.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 57 | 0 | 0.13 | 0.65 | 0.35 | 47.78 | 0.49 | 0.44 |
| Hex | A5 | 8F | 39 | 0 | D | 41 | 23 | 30 | 31 | 2C |
| Octal | 245 | 217 | 71 | 0 | 15 | 101 | 43 | 60 | 61 | 54 |
| Binary | 10100101 | 10001111 | 111001 | 0 | 1101 | 1000001 | 100011 | 110000 | 110001 | 101100 |
Color Harmonies of #A58F39
Complementary color
Monochromatic Colors of #A58F39
Black with #A58F39
Text Example
Text Example
White with #A58F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F39; }
p { color: rgb(165,143,57); }
H1.HeaderClassName
{
color: #A58F39;
}
.AnyTagClassName
{
color: #A58F39;
}
</style>
background-color css
<style>
a { background-color: #A58F39; }
a { background-color: rgb(165,143,57); }
div.DivClassName
{
background-color: #A58F39;
}
.BgClassName
{
background-color: #A58F39;
}
</style>
border-color css
<style>
span { border-color: #A58F39; }
span { border-color: rgb(165,143,57); }
td.TdClassName
{
border-color: #A58F39;
}
.TagClassName
{
border-color: #A58F39;
}
</style>