Shades of Reef Gold #A58733
Tints of Reef Gold #A58733
RGB
CMYK
RGB Variations
Color information
#A58733 (or 0xA58733) is known color: Reef Gold. HEX triplet: A5, 87 and 33. RGB value is (165,135,51). Sum of RGB (Red+Green+Blue) = 165+135+51=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A58733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58733 is #5A78CC. Grayscale: #868686. Windows color (decimal): -5929165 or 3377061. OLE color: 3377061.
HSL color Cylindrical-coordinate representation of color #A58733: hue angle of 44.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A58733 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 51 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.35 |
| HSL | 44.21º | 0.53% | 0.42% | - |
| HSV(B) | 44.21º | 0.69% | 0.65% | - |
| XYZ | 24.78 | 25.57 | 6.76 | - |
| YUV | 134.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 51 | 0 | 0.18 | 0.69 | 0.35 | 44.21 | 0.53 | 0.42 |
| Hex | A5 | 87 | 33 | 0 | 12 | 45 | 23 | 2C | 35 | 2A |
| Octal | 245 | 207 | 63 | 0 | 22 | 105 | 43 | 54 | 65 | 52 |
| Binary | 10100101 | 10000111 | 110011 | 0 | 10010 | 1000101 | 100011 | 101100 | 110101 | 101010 |
Color Harmonies of #A58733
Complementary color
Monochromatic Colors of #A58733
Black with #A58733
Text Example
Text Example
White with #A58733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58733; }
p { color: rgb(165,135,51); }
H1.HeaderClassName
{
color: #A58733;
}
.AnyTagClassName
{
color: #A58733;
}
</style>
background-color css
<style>
a { background-color: #A58733; }
a { background-color: rgb(165,135,51); }
div.DivClassName
{
background-color: #A58733;
}
.BgClassName
{
background-color: #A58733;
}
</style>
border-color css
<style>
span { border-color: #A58733; }
span { border-color: rgb(165,135,51); }
td.TdClassName
{
border-color: #A58733;
}
.TagClassName
{
border-color: #A58733;
}
</style>