Shades of Reef Gold #A09635
Tints of Reef Gold #A09635
RGB
CMYK
RGB Variations
Color information
#A09635 (or 0xA09635) is known color: Reef Gold. HEX triplet: A0, 96 and 35. RGB value is (160,150,53). Sum of RGB (Red+Green+Blue) = 160+150+53=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A09635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09635 is #5F69CA. Grayscale: #8E8E8E. Windows color (decimal): -6253003 or 3511968. OLE color: 3511968.
HSL color Cylindrical-coordinate representation of color #A09635: hue angle of 54.39º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A09635 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 53 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.37 |
| HSL | 54.39º | 0.5% | 0.42% | - |
| HSV(B) | 54.39º | 0.67% | 0.63% | - |
| XYZ | 26.05 | 29.54 | 7.7 | - |
| YUV | 141.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 53 | 0 | 0.06 | 0.67 | 0.37 | 54.39 | 0.5 | 0.42 |
| Hex | A0 | 96 | 35 | 0 | 6 | 43 | 25 | 36 | 32 | 2A |
| Octal | 240 | 226 | 65 | 0 | 6 | 103 | 45 | 66 | 62 | 52 |
| Binary | 10100000 | 10010110 | 110101 | 0 | 110 | 1000011 | 100101 | 110110 | 110010 | 101010 |
Color Harmonies of #A09635
Complementary color
Monochromatic Colors of #A09635
Black with #A09635
Text Example
Text Example
White with #A09635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09635; }
p { color: rgb(160,150,53); }
H1.HeaderClassName
{
color: #A09635;
}
.AnyTagClassName
{
color: #A09635;
}
</style>
background-color css
<style>
a { background-color: #A09635; }
a { background-color: rgb(160,150,53); }
div.DivClassName
{
background-color: #A09635;
}
.BgClassName
{
background-color: #A09635;
}
</style>
border-color css
<style>
span { border-color: #A09635; }
span { border-color: rgb(160,150,53); }
td.TdClassName
{
border-color: #A09635;
}
.TagClassName
{
border-color: #A09635;
}
</style>