Shades of Reef Gold #A59632
Tints of Reef Gold #A59632
RGB
CMYK
RGB Variations
Color information
#A59632 (or 0xA59632) is known color: Reef Gold. HEX triplet: A5, 96 and 32. RGB value is (165,150,50). Sum of RGB (Red+Green+Blue) = 165+150+50=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A59632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59632 is #5A69CD. Grayscale: #8F8F8F. Windows color (decimal): -5925326 or 3315365. OLE color: 3315365.
HSL color Cylindrical-coordinate representation of color #A59632: hue angle of 52.17º 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 #A59632 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 50 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.35 |
| HSL | 52.17º | 0.53% | 0.42% | - |
| HSV(B) | 52.17º | 0.7% | 0.65% | - |
| XYZ | 27 | 30.04 | 7.39 | - |
| YUV | 143.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 50 | 0 | 0.09 | 0.70 | 0.35 | 52.17 | 0.53 | 0.42 |
| Hex | A5 | 96 | 32 | 0 | 9 | 46 | 23 | 34 | 35 | 2A |
| Octal | 245 | 226 | 62 | 0 | 11 | 106 | 43 | 64 | 65 | 52 |
| Binary | 10100101 | 10010110 | 110010 | 0 | 1001 | 1000110 | 100011 | 110100 | 110101 | 101010 |
Color Harmonies of #A59632
Complementary color
Monochromatic Colors of #A59632
Black with #A59632
Text Example
Text Example
White with #A59632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59632; }
p { color: rgb(165,150,50); }
H1.HeaderClassName
{
color: #A59632;
}
.AnyTagClassName
{
color: #A59632;
}
</style>
background-color css
<style>
a { background-color: #A59632; }
a { background-color: rgb(165,150,50); }
div.DivClassName
{
background-color: #A59632;
}
.BgClassName
{
background-color: #A59632;
}
</style>
border-color css
<style>
span { border-color: #A59632; }
span { border-color: rgb(165,150,50); }
td.TdClassName
{
border-color: #A59632;
}
.TagClassName
{
border-color: #A59632;
}
</style>