Shades of Reef Gold #A39334
Tints of Reef Gold #A39334
RGB
CMYK
RGB Variations
Color information
#A39334 (or 0xA39334) is known color: Reef Gold. HEX triplet: A3, 93 and 34. RGB value is (163,147,52). Sum of RGB (Red+Green+Blue) = 163+147+52=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A39334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39334 is #5C6CCB. Grayscale: #8D8D8D. Windows color (decimal): -6057164 or 3445667. OLE color: 3445667.
HSL color Cylindrical-coordinate representation of color #A39334: hue angle of 51.35º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A39334 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 52 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.36 |
| HSL | 51.35º | 0.52% | 0.42% | - |
| HSV(B) | 51.35º | 0.68% | 0.64% | - |
| XYZ | 26.16 | 28.9 | 7.45 | - |
| YUV | 140.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 52 | 0 | 0.10 | 0.68 | 0.36 | 51.35 | 0.52 | 0.42 |
| Hex | A3 | 93 | 34 | 0 | A | 44 | 24 | 33 | 34 | 2A |
| Octal | 243 | 223 | 64 | 0 | 12 | 104 | 44 | 63 | 64 | 52 |
| Binary | 10100011 | 10010011 | 110100 | 0 | 1010 | 1000100 | 100100 | 110011 | 110100 | 101010 |
Color Harmonies of #A39334
Complementary color
Monochromatic Colors of #A39334
Black with #A39334
Text Example
Text Example
White with #A39334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39334; }
p { color: rgb(163,147,52); }
H1.HeaderClassName
{
color: #A39334;
}
.AnyTagClassName
{
color: #A39334;
}
</style>
background-color css
<style>
a { background-color: #A39334; }
a { background-color: rgb(163,147,52); }
div.DivClassName
{
background-color: #A39334;
}
.BgClassName
{
background-color: #A39334;
}
</style>
border-color css
<style>
span { border-color: #A39334; }
span { border-color: rgb(163,147,52); }
td.TdClassName
{
border-color: #A39334;
}
.TagClassName
{
border-color: #A39334;
}
</style>