Shades of Reef Gold #A09735
Tints of Reef Gold #A09735
RGB
CMYK
RGB Variations
Color information
#A09735 (or 0xA09735) is known color: Reef Gold. HEX triplet: A0, 97 and 35. RGB value is (160,151,53). Sum of RGB (Red+Green+Blue) = 160+151+53=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A09735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09735 is #5F68CA. Grayscale: #8E8E8E. Windows color (decimal): -6252747 or 3512224. OLE color: 3512224.
HSL color Cylindrical-coordinate representation of color #A09735: hue angle of 54.95º 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 #A09735 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 53 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.37 |
| HSL | 54.95º | 0.5% | 0.42% | - |
| HSV(B) | 54.95º | 0.67% | 0.63% | - |
| XYZ | 26.21 | 29.86 | 7.75 | - |
| YUV | 142.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 53 | 0 | 0.06 | 0.67 | 0.37 | 54.95 | 0.5 | 0.42 |
| Hex | A0 | 97 | 35 | 0 | 6 | 43 | 25 | 37 | 32 | 2A |
| Octal | 240 | 227 | 65 | 0 | 6 | 103 | 45 | 67 | 62 | 52 |
| Binary | 10100000 | 10010111 | 110101 | 0 | 110 | 1000011 | 100101 | 110111 | 110010 | 101010 |
Color Harmonies of #A09735
Complementary color
Monochromatic Colors of #A09735
Black with #A09735
Text Example
Text Example
White with #A09735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09735; }
p { color: rgb(160,151,53); }
H1.HeaderClassName
{
color: #A09735;
}
.AnyTagClassName
{
color: #A09735;
}
</style>
background-color css
<style>
a { background-color: #A09735; }
a { background-color: rgb(160,151,53); }
div.DivClassName
{
background-color: #A09735;
}
.BgClassName
{
background-color: #A09735;
}
</style>
border-color css
<style>
span { border-color: #A09735; }
span { border-color: rgb(160,151,53); }
td.TdClassName
{
border-color: #A09735;
}
.TagClassName
{
border-color: #A09735;
}
</style>