Shades of Reef Gold #A09334
Tints of Reef Gold #A09334
RGB
CMYK
RGB Variations
Color information
#A09334 (or 0xA09334) is known color: Reef Gold. HEX triplet: A0, 93 and 34. RGB value is (160,147,52). Sum of RGB (Red+Green+Blue) = 160+147+52=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A09334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09334 is #5F6CCB. Grayscale: #8C8C8C. Windows color (decimal): -6253772 or 3445664. OLE color: 3445664.
HSL color Cylindrical-coordinate representation of color #A09334: hue angle of 52.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A09334 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 52 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.37 |
| HSL | 52.78º | 0.51% | 0.42% | - |
| HSV(B) | 52.78º | 0.68% | 0.63% | - |
| XYZ | 25.55 | 28.59 | 7.42 | - |
| YUV | 140.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 52 | 0 | 0.08 | 0.68 | 0.37 | 52.78 | 0.51 | 0.42 |
| Hex | A0 | 93 | 34 | 0 | 8 | 44 | 25 | 35 | 33 | 2A |
| Octal | 240 | 223 | 64 | 0 | 10 | 104 | 45 | 65 | 63 | 52 |
| Binary | 10100000 | 10010011 | 110100 | 0 | 1000 | 1000100 | 100101 | 110101 | 110011 | 101010 |
Color Harmonies of #A09334
Complementary color
Monochromatic Colors of #A09334
Black with #A09334
Text Example
Text Example
White with #A09334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09334; }
p { color: rgb(160,147,52); }
H1.HeaderClassName
{
color: #A09334;
}
.AnyTagClassName
{
color: #A09334;
}
</style>
background-color css
<style>
a { background-color: #A09334; }
a { background-color: rgb(160,147,52); }
div.DivClassName
{
background-color: #A09334;
}
.BgClassName
{
background-color: #A09334;
}
</style>
border-color css
<style>
span { border-color: #A09334; }
span { border-color: rgb(160,147,52); }
td.TdClassName
{
border-color: #A09334;
}
.TagClassName
{
border-color: #A09334;
}
</style>