Shades of Reef Gold #A59C32
Tints of Reef Gold #A59C32
RGB
CMYK
RGB Variations
Color information
#A59C32 (or 0xA59C32) is known color: Reef Gold. HEX triplet: A5, 9C and 32. RGB value is (165,156,50). Sum of RGB (Red+Green+Blue) = 165+156+50=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C32 is #5A63CD. Grayscale: #939393. Windows color (decimal): -5923790 or 3316901. OLE color: 3316901.
HSL color Cylindrical-coordinate representation of color #A59C32: hue angle of 55.3º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A59C32 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 50 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.35 |
| HSL | 55.3º | 0.53% | 0.42% | - |
| HSV(B) | 55.3º | 0.7% | 0.65% | - |
| XYZ | 27.98 | 32.01 | 7.72 | - |
| YUV | 146.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 50 | 0 | 0.05 | 0.70 | 0.35 | 55.3 | 0.53 | 0.42 |
| Hex | A5 | 9C | 32 | 0 | 5 | 46 | 23 | 37 | 35 | 2A |
| Octal | 245 | 234 | 62 | 0 | 5 | 106 | 43 | 67 | 65 | 52 |
| Binary | 10100101 | 10011100 | 110010 | 0 | 101 | 1000110 | 100011 | 110111 | 110101 | 101010 |
Color Harmonies of #A59C32
Complementary color
Monochromatic Colors of #A59C32
Black with #A59C32
Text Example
Text Example
White with #A59C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C32; }
p { color: rgb(165,156,50); }
H1.HeaderClassName
{
color: #A59C32;
}
.AnyTagClassName
{
color: #A59C32;
}
</style>
background-color css
<style>
a { background-color: #A59C32; }
a { background-color: rgb(165,156,50); }
div.DivClassName
{
background-color: #A59C32;
}
.BgClassName
{
background-color: #A59C32;
}
</style>
border-color css
<style>
span { border-color: #A59C32; }
span { border-color: rgb(165,156,50); }
td.TdClassName
{
border-color: #A59C32;
}
.TagClassName
{
border-color: #A59C32;
}
</style>